diff --git a/tests/SomeTest.php b/tests/SomeTest.php deleted file mode 100644 index b67d472a9..000000000 --- a/tests/SomeTest.php +++ /dev/null @@ -1,30 +0,0 @@ -addFile( - 'somefile.php', - 'getReflectionConstants(1); - ' - ); - - $this->analyzeFile('somefile.php', new Context()); - } -}