Skip to content

Commit bb5abdd

Browse files
Merge branch '3.4' into 4.4
* 3.4: [Config] dont catch instances of Error
2 parents 7bf4e38 + 6366fbf commit bb5abdd

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Tests/Loader/AnnotationFileLoaderTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,6 @@ public function testLoadVariadic()
5959
$this->loader->load(__DIR__.'/../Fixtures/OtherAnnotatedClasses/VariadicClass.php');
6060
}
6161

62-
/**
63-
* @requires PHP 7.0
64-
*/
6562
public function testLoadAnonymousClass()
6663
{
6764
$this->reader->expects($this->never())->method('getClassAnnotation');

0 commit comments

Comments
 (0)