diff --git a/src/TestCases/IgnorableTestCase.php b/src/TestCases/IgnorableTestCase.php index d8f94c0e..32d52331 100644 --- a/src/TestCases/IgnorableTestCase.php +++ b/src/TestCases/IgnorableTestCase.php @@ -12,4 +12,5 @@ use PHPUnit\Framework\TestCase; */ class IgnorableTestCase extends TestCase { + // .. }