MCPcopy Create free account
hub / github.com/CoderOpen/waimai / ExampleTest

Class ExampleTest

tests/Unit/ExampleTest.php:8–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6use Illuminate\Foundation\Testing\RefreshDatabase;
7
8class ExampleTest extends TestCase
9{
10 /**
11 * A basic test example.
12 *
13 * @return void
14 */
15 public function testBasicTest()
16 {
17 $this->assertTrue(true);
18 }
19}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected