1 | <?php |
||
9 | class FractalServiceProviderTest extends \Codeception\Test\Unit |
||
10 | { |
||
11 | use \Codeception\Specify; |
||
12 | |||
13 | /** |
||
14 | * @var MockApplication |
||
15 | */ |
||
16 | protected $app; |
||
17 | |||
18 | /** |
||
19 | * @inheritdoc |
||
20 | */ |
||
21 | protected function setup() |
||
27 | |||
28 | /** |
||
29 | * |
||
30 | */ |
||
31 | public function testAssertCanBeRegistered() |
||
38 | |||
39 | /** |
||
40 | * |
||
41 | */ |
||
42 | public function testAssertFacade() |
||
48 | } |
||
49 |