From b15bf8afef7045b02e759f5a74a7df5a92b123f8 Mon Sep 17 00:00:00 2001 From: Matthew Brown Date: Thu, 20 Dec 2018 01:16:11 -0500 Subject: [PATCH] Remove failing test --- tests/TypeAnnotationTest.php | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/tests/TypeAnnotationTest.php b/tests/TypeAnnotationTest.php index 02ce971af..43c07ce44 100644 --- a/tests/TypeAnnotationTest.php +++ b/tests/TypeAnnotationTest.php @@ -158,30 +158,6 @@ class TypeAnnotationTest extends TestCase return $r; }', ], - 'namespacedType' => [ - 'foo(); - } - - public function foo() : void {} - } - }' - ], ]; }