Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
87ade2e6
Commit
87ade2e6
authored
Apr 08, 2015
by
alexpott
Browse files
Issue
#2451603
by nlisgo: Minor PHPDoc issue with LocalTasksTest::assertLocalTasks
parent
a7ab29e5
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/modules/system/src/Tests/Menu/LocalTasksTest.php
View file @
87ade2e6
...
...
@@ -22,9 +22,10 @@ class LocalTasksTest extends WebTestBase {
/**
* Asserts local tasks in the page output.
*
* @param array $hrefs
* A list of expected link hrefs of local tasks to assert on the page (in
* the given order).
* @param array $routes
* A list of expected local tasks, prepared as an array of route names and
* their associated route parameters, to assert on the page (in the given
* order).
* @param int $level
* (optional) The local tasks level to assert; 0 for primary, 1 for
* secondary. Defaults to 0.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment