Total Complexity | 3 |
Total Lines | 28 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php namespace GeneaLabs\LaravelModelCaching\Tests\Unit; |
||
8 | class CacheTest extends TestCase |
||
9 | { |
||
10 | use RefreshDatabase; |
||
11 | |||
12 | public function setUp() |
||
22 | }); |
||
23 | }); |
||
24 | } |
||
25 | |||
26 | public function testCacheIsEmptyBeforeLoadingModels() |
||
29 | } |
||
30 | |||
31 | public function testCacheIsNotEmptyAfterLoadingModels() |
||
38 |