updated packages
This commit is contained in:
@@ -26,7 +26,7 @@ abstract class AbstractAnnotationLoaderTest extends TestCase
|
||||
public function getClassLoader($reader)
|
||||
{
|
||||
return $this->getMockBuilder('Symfony\Component\Routing\Loader\AnnotationClassLoader')
|
||||
->setConstructorArgs(array($reader))
|
||||
->setConstructorArgs([$reader])
|
||||
->getMockForAbstractClass()
|
||||
;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user