Fixes ignorable tests

This commit is contained in:
Nuno Maduro
2022-09-15 14:10:25 +01:00
parent b3a2e6026f
commit 0953ae431e
4 changed files with 73 additions and 14 deletions

View File

@ -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);
}
}