mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 07:47:22 +01:00
Fixes covers tests
This commit is contained in:
9
tests/Fixtures/Covers/CoversClass1.php
Normal file
9
tests/Fixtures/Covers/CoversClass1.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace Tests\Fixtures\Covers;
|
||||
|
||||
class CoversClass1 {
|
||||
public function foo() {
|
||||
|
||||
}
|
||||
}
|
||||
5
tests/Fixtures/Covers/CoversClass2.php
Normal file
5
tests/Fixtures/Covers/CoversClass2.php
Normal file
@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
namespace Tests\Fixtures\Covers;
|
||||
|
||||
class CoversClass2 {}
|
||||
5
tests/Fixtures/Covers/CoversClass3.php
Normal file
5
tests/Fixtures/Covers/CoversClass3.php
Normal file
@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
namespace Tests\Fixtures\Covers;
|
||||
|
||||
class CoversClass3 {}
|
||||
Reference in New Issue
Block a user