Issue #2228627 by tim.plunkett: Core/tests/Drupal/Tests/Component/Utility/UrlHelperTest.php is actually UrlTest.
parent
1e04c676b3
commit
a68f86ed92
|
@ -2,7 +2,7 @@
|
|||
|
||||
/**
|
||||
* @file
|
||||
* Contains \Drupal\Tests\Component\Utility\UrlTest.
|
||||
* Contains \Drupal\Tests\Component\Utility\UrlHelperTest.
|
||||
*/
|
||||
|
||||
namespace Drupal\Tests\Component\Utility;
|
||||
|
@ -17,7 +17,7 @@ use Drupal\Tests\UnitTestCase;
|
|||
*
|
||||
* @see \Drupal\Component\Utility\Url
|
||||
*/
|
||||
class UrlTest extends UnitTestCase {
|
||||
class UrlHelperTest extends UnitTestCase {
|
||||
|
||||
public static function getInfo() {
|
||||
return array(
|
||||
|
|
Loading…
Reference in New Issue