Issue #2228627 by tim.plunkett: Core/tests/Drupal/Tests/Component/Utility/UrlHelperTest.php is actually UrlTest.

8.0.x
webchick 2014-04-07 07:56:40 -07:00
parent 1e04c676b3
commit a68f86ed92
1 changed files with 2 additions and 2 deletions

View File

@ -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(