geek лет назад: 4
Родитель
Сommit
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';//
 }