Skip to content

Commit

Permalink
Merge pull request #34 from pestphp/feature/type-coverage-2.x
Browse files Browse the repository at this point in the history
chore(deps): add support for Type Coverage 2.x
  • Loading branch information
owenvoke authored Dec 12, 2024
2 parents 1422311 + 565f8e1 commit e6ec9cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"require": {
"php": "^8.2",
"phpstan/phpstan": "^1.12.10|^2.0.0",
"tomasvotruba/type-coverage": "^1.0.0",
"tomasvotruba/type-coverage": "^1.0.0|^2.0.0",
"pestphp/pest-plugin": "^3.0.0"
},
"autoload": {
Expand Down
2 changes: 1 addition & 1 deletion src/TestCaseForTypeCoverage.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public function __construct()
/**
* An example test.
*/
public function testDummy(): void
public function test_dummy(): void
{
//
}
Expand Down

0 comments on commit e6ec9cc

Please sign in to comment.