Explorar el Código

Fix namespace and folder name for tests discovery on DrupalCI.

Frederic G. MARAND hace 7 años
padre
commit
7de98fa770
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;