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

Class TestCase

tests/TestCase.php:7–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5use Illuminate\Foundation\Testing\TestCase as BaseTestCase;
6
7abstract class TestCase extends BaseTestCase
8{
9 use CreatesApplication;
10}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected