Browse Source

Fix namespace and folder name for tests discovery on DrupalCI.

Frederic G. MARAND 7 years ago
parent
commit
7de98fa770
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/src/Unit/UrlReplaceFilterTest.php

+ 1 - 1
test/src/Unit/UrlReplaceFilterTest.php → tests/src/Unit/UrlReplaceFilterTest.php

@@ -1,6 +1,6 @@
 <?php
 
-namespace Drupal\Tests\filter\Unit;
+namespace Drupal\Tests\url_replace_filter\Unit;
 
 use Drupal\Core\Language\Language;
 use Drupal\Tests\UnitTestCase;