function EntityRevisionParamConverterTest::testApplyingRoute
@covers ::applies
      
    
File
- 
              core/tests/ Drupal/ Tests/ Core/ ParamConverter/ EntityRevisionParamConverterTest.php, line 60 
Class
- EntityRevisionParamConverterTest
- @coversDefaultClass \Drupal\Core\ParamConverter\EntityRevisionParamConverter[[api-linebreak]] @group entity
Namespace
Drupal\Tests\Core\ParamConverterCode
public function testApplyingRoute() {
  $route = $this->getTestRoute();
  $this->assertTrue($this->converter
    ->applies($route->getOption('parameters')['test_revision'], 'test_revision', $route));
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
