Skip to content

Commit 49099b8

Browse files
author
Willem Stuursma
committed
Revert "Add a test for the config"
This reverts commit 532de94.
1 parent 3b79208 commit 49099b8

File tree

3 files changed

+0
-64
lines changed

3 files changed

+0
-64
lines changed

src/Standards/Generic/Tests/PHP/SyntaxUnitTest.inc.fixed

Lines changed: 0 additions & 4 deletions
This file was deleted.

tests/Core/AllTests.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
use PHPUnit\TextUI\TestRunner;
1313
use PHPUnit\Framework\TestSuite;
1414

15-
require_once 'ConfigTest.php';
1615
require_once 'IsCamelCapsTest.php';
1716
require_once 'ErrorSuppressionTest.php';
1817
require_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');

tests/Core/ConfigTest.php

Lines changed: 0 additions & 58 deletions
This file was deleted.

0 commit comments

Comments
 (0)