mirror of
https://github.com/pestphp/pest.git
synced 2026-03-11 10:17:23 +01:00
Fixes ignorable tests
This commit is contained in:
@ -9,13 +9,7 @@ use PHPUnit\Framework\TestCase;
|
||||
/**
|
||||
* @internal
|
||||
*/
|
||||
final class IgnorableTest extends TestCase
|
||||
class IgnorableTest extends TestCase
|
||||
{
|
||||
/**
|
||||
* Creates a dummy assertion.
|
||||
*/
|
||||
public function testIgnorable(): void
|
||||
{
|
||||
self::assertTrue(true);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user