File tree Expand file tree Collapse file tree 3 files changed +0
-64
lines changed
src/Standards/Generic/Tests/PHP Expand file tree Collapse file tree 3 files changed +0
-64
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1212use PHPUnit \TextUI \TestRunner ;
1313use PHPUnit \Framework \TestSuite ;
1414
15- require_once 'ConfigTest.php ' ;
1615require_once 'IsCamelCapsTest.php ' ;
1716require_once 'ErrorSuppressionTest.php ' ;
1817require_once 'File/FindEndOfStatementTest.php ' ;
@@ -47,7 +46,6 @@ public static function main()
4746 public static function suite ()
4847 {
4948 $ suite = new TestSuite ('PHP CodeSniffer Core ' );
50- $ suite ->addTestSuite ('PHP_CodeSniffer\Tests\Core\ConfigTest ' );
5149 $ suite ->addTestSuite ('PHP_CodeSniffer\Tests\Core\IsCamelCapsTest ' );
5250 $ suite ->addTestSuite ('PHP_CodeSniffer\Tests\Core\ErrorSuppressionTest ' );
5351 $ suite ->addTestSuite ('PHP_CodeSniffer\Tests\Core\File\FindEndOfStatementTest ' );
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments