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

Issue #2228627 by tim.plunkett:...

Issue #2228627 by tim.plunkett: Core/tests/Drupal/Tests/Component/Utility/UrlHelperTest.php is actually UrlTest.
parent 1e04c676
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
/** /**
* @file * @file
* Contains \Drupal\Tests\Component\Utility\UrlTest. * Contains \Drupal\Tests\Component\Utility\UrlHelperTest.
*/ */
namespace Drupal\Tests\Component\Utility; namespace Drupal\Tests\Component\Utility;
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
* *
* @see \Drupal\Component\Utility\Url * @see \Drupal\Component\Utility\Url
*/ */
class UrlTest extends UnitTestCase { class UrlHelperTest extends UnitTestCase {
public static function getInfo() { public static function getInfo() {
return array( return array(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment