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