| Total Complexity | 4 |
| Total Lines | 37 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 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() |
||
| 36 | } |
||
| 37 | |||
| 38 | public function testChangingModelClearsCache() |
||
| 47 |