jqh 5 роки тому
батько
коміт
e8424e3bf3
2 змінених файлів з 2 додано та 2 видалено
  1. 1 1
      tests/Feature/InstallTest.php
  2. 1 1
      tests/Feature/SectionTest.php

+ 1 - 1
tests/Browser/Feature/InstallTest.php → tests/Feature/InstallTest.php

@@ -1,6 +1,6 @@
 <?php
 
-namespace Tests\Browser\Feature;
+namespace Tests\Feature;
 
 use Dcat\Admin\Admin;
 use Tests\TestCase;

+ 1 - 1
tests/Browser/Feature/SectionTest.php → tests/Feature/SectionTest.php

@@ -1,6 +1,6 @@
 <?php
 
-namespace Tests\Browser\Feature;
+namespace Tests\Feature;
 
 use Tests\TestCase;