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
d4ff24a6
Commit
d4ff24a6
authored
Apr 22, 2014
by
webchick
Browse files
Issue
#2245185
by tim.plunkett: Fix invalid @covers usage.
parent
16f07ea5
Changes
2
Hide whitespace changes
Inline
Side-by-side
core/tests/Drupal/Tests/Component/PhpStorage/FileStorageTest.php
View file @
d4ff24a6
...
...
@@ -16,8 +16,7 @@
* @group Drupal
* @group PhpStorage
*
* @coversDefaultClass \Drupal\Component\PhpStorage\FileStorage
* @coversDefaultClass \Drupal\Component\PhpStorage\FileReadOnlyStorage
* @coversDefaultClass \Drupal\Component\PhpStorage\FileStorage|\Drupal\Component\PhpStorage\FileReadOnlyStorage
*/
class
FileStorageTest
extends
PhpStorageTestBase
{
...
...
core/tests/Drupal/Tests/Core/UrlTest.php
View file @
d4ff24a6
...
...
@@ -309,9 +309,9 @@ public function testGetRouteParameters($urls) {
}
/**
* Tests the getRouteParameter() with an external URL.
* Tests the getRouteParameter
s
() with an external URL.
*
* @covers ::getRouteParameter
* @covers ::getRouteParameter
s
* @expectedException \UnexpectedValueException
*/
public
function
testGetRouteParametersWithExternalUrl
()
{
...
...
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