Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CoderOpen/waimai
/ testBasicTest
Method
testBasicTest
tests/Feature/ExampleTest.php:15–20 ·
view source on GitHub ↗
* A basic test example. * * @return void */
()
Source
from the content-addressed store, hash-verified
13
* @return void
14
*/
15
public function testBasicTest()
16
{
17
$response = $this->get(
'/'
);
18
19
$response->assertStatus(200);
20
}
21
}
Callers
nothing calls this directly
Calls
1
get
Method · 0.80
Tested by
no test coverage detected