Skip to content
Snippets Groups Projects
Commit d4ff24a6 authored by Angie Byron's avatar Angie Byron
Browse files

Issue #2245185 by tim.plunkett: Fix invalid @covers usage.

parent 16f07ea5
No related merge requests found
......@@ -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 {
......
......@@ -309,9 +309,9 @@ public function testGetRouteParameters($urls) {
}
/**
* Tests the getRouteParameter() with an external URL.
* Tests the getRouteParameters() with an external URL.
*
* @covers ::getRouteParameter
* @covers ::getRouteParameters
* @expectedException \UnexpectedValueException
*/
public function testGetRouteParametersWithExternalUrl() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment