From fffe2b23d68ee4fcbd651a76302cce1acf936f12 Mon Sep 17 00:00:00 2001 From: Manuel VACELET Date: Tue, 5 Oct 2021 15:17:39 +0200 Subject: [PATCH] Remove sample test case As spotted by @orklah (thanks to them) the test was not specifying the targeted php version (8.0) so fail was expected. --- tests/SomeTest.php | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 tests/SomeTest.php 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()); - } -}