Browse Source

规范单测文件目录

jqh 5 years ago
parent
commit
e8424e3bf3
2 changed files with 2 additions and 2 deletions
  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;