Quellcode durchsuchen

规范单测文件目录

jqh vor 5 Jahren
Ursprung
Commit
e8424e3bf3
2 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  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;