浏览代码

规范单测文件目录

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;