function PathBasedBreadcrumbBuilderTest::testApplies
Tests the applied method.
@legacy-covers ::applies
File
-
core/
modules/ system/ tests/ src/ Unit/ Breadcrumbs/ PathBasedBreadcrumbBuilderTest.php, line 429
Class
Namespace
Drupal\Tests\system\Unit\BreadcrumbsCode
public function testApplies() : void {
$this->assertTrue($this->builder
->applies($this->createMock('Drupal\\Core\\Routing\\RouteMatchInterface')));
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.