diff --git a/tests/Phing/Test/Task/System/PhpLintTaskTest.php b/tests/Phing/Test/Task/System/PhpLintTaskTest.php index 460503b89..4914f56b8 100644 --- a/tests/Phing/Test/Task/System/PhpLintTaskTest.php +++ b/tests/Phing/Test/Task/System/PhpLintTaskTest.php @@ -55,22 +55,6 @@ public function testSyntaxError(): void $this->assertInLogs('syntax error'); } - /** - * Regression test for ticket http://www.phing.info/trac/ticket/590. - * - * @requires PHP < 7.0 - */ - public function testDeprecated(): void - { - file_put_contents( - PHING_TEST_BASE . '/tmp/phplint_file.php', - 'executeTarget(__FUNCTION__); - $this->assertInLogs('Assigning the return value of new by reference is deprecated in'); - } - public function testHaltOnFailure(): void { file_put_contents(PHING_TEST_BASE . '/tmp/phplint_file.php', "");