function ParamConverterManagerTest::testGetConverterException
Tests \Drupal\Core\ParamConverter\ParamConverterManager::getConverter().
@covers ::getConverter
File
-
core/
tests/ Drupal/ Tests/ Core/ ParamConverter/ ParamConverterManagerTest.php, line 56
Class
- ParamConverterManagerTest
- @coversDefaultClass \Drupal\Core\ParamConverter\ParamConverterManager[[api-linebreak]] @group ParamConverter
Namespace
Drupal\Tests\Core\ParamConverterCode
public function testGetConverterException() {
$this->expectException(\InvalidArgumentException::class);
$this->manager
->getConverter('undefined.converter');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.