mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 07:47:22 +01:00
fix phpstan issues
This commit is contained in:
@ -4,8 +4,14 @@ use Pest\Factories\Attributes\Covers;
|
||||
|
||||
$runCounter = 0;
|
||||
|
||||
class TestCoversClass1 {}
|
||||
class TestCoversClass2 {}
|
||||
class TestCoversClass1
|
||||
{
|
||||
|
||||
}
|
||||
class TestCoversClass2
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
it('uses the correct PHPUnit attribute for class', function () {
|
||||
$attributes = (new ReflectionClass($this))->getAttributes();
|
||||
|
||||
Reference in New Issue
Block a user