function ControllerResolverTest::testGetControllerFromDefinitionNotCallable
Tests getControllerFromDefinition() without a callable.
File
- 
              core/tests/ Drupal/ Tests/ Core/ Controller/ ControllerResolverTest.php, line 167 
Class
- ControllerResolverTest
- @coversDefaultClass \Drupal\Core\Controller\ControllerResolver[[api-linebreak]] @group Controller
Namespace
Drupal\Tests\Core\ControllerCode
public function testGetControllerFromDefinitionNotCallable() : void {
  $this->expectException(\InvalidArgumentException::class);
  $this->controllerResolver
    ->getControllerFromDefinition('Drupal\\Tests\\Core\\Controller\\MockController::bananas');
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
