瀏覽代碼

first commit

geek 4 年之前
父節點
當前提交
82269872c6
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tests/TestCase.php

+ 1 - 1
tests/TestCase.php

@@ -12,5 +12,5 @@ namespace tests;
 
 class TestCase extends \think\testing\TestCase
 {
-    protected $baseUrl = 'http://localhost';
+    protected $baseUrl = 'http://localhost';//
 }