Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / symfony / http-kernel / Tests / Controller / ContainerControllerResolverTest.php
index 0019123b6819c6b1c6dd964dc854f250fbb9c14e..82407f5601a1831df39fd0cdbefa612ee41149e7 100644 (file)
@@ -39,7 +39,7 @@ class ContainerControllerResolverTest extends ControllerResolverTest
 
         $controller = $resolver->getController($request);
 
-        $this->assertInstanceOf(get_class($this), $controller[0]);
+        $this->assertInstanceOf(\get_class($this), $controller[0]);
         $this->assertSame('controllerMethod1', $controller[1]);
     }