AssertBreadcrumbTrait deprecated
trait AssertBreadcrumbTrait (View source)
deprecated
Provides test assertions for verifying breadcrumbs.
Traits
AssertMenuActiveTrailTrait deprecated
Provides test assertions for verifying the active menu trail.
Methods
assertMenuActiveTrail(array $tree, bool $last_active)
Assert that active trail exists in a menu tree output.
assertBreadcrumb(Url|string $goto, array $trail, string $page_title = NULL, array $tree = [], $last_active = TRUE)
Assert that a given path shows certain breadcrumb links.
assertBreadcrumbParts(array $trail)
Assert that a trail exists in the internal browser.
getBreadcrumbParts()
Returns the breadcrumb contents of the current page in the internal browser.
Details
protected
assertMenuActiveTrail(array $tree, bool $last_active)
Assert that active trail exists in a menu tree output.
protected
assertBreadcrumb(Url|string $goto, array $trail, string $page_title = NULL, array $tree = [], $last_active = TRUE)
Assert that a given path shows certain breadcrumb links.
protected
assertBreadcrumbParts(array $trail)
Assert that a trail exists in the internal browser.
protected
getBreadcrumbParts()
Returns the breadcrumb contents of the current page in the internal browser.