瀏覽代碼

Update CipiTest.php

Andrea Pollastri 4 年之前
父節點
當前提交
e27ef04278
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      tests/Feature/CipiTest.php

+ 2 - 0
tests/Feature/CipiTest.php

@@ -23,6 +23,7 @@ class CipiTest extends TestCase
         $response->assertStatus(200);
     }
   
+    /*
     public function testDefaultLogin()
     {
         $this->visit('/login')
@@ -31,5 +32,6 @@ class CipiTest extends TestCase
              ->press('OK')
              ->seePageIs('/dashboard');
     }
+    */
 
 }