Conditions | 1 |
Paths | 1 |
Total Lines | 5 |
Code Lines | 2 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php namespace GeneaLabs\LaravelModelCaching\Tests\Unit; |
||
31 | public function testCacheIsNotEmptyAfterLoadingModels() |
||
32 | { |
||
33 | (new Author)->with('books')->get(); |
||
34 | |||
35 | $this->assertNotNull(cache()->get('genealabslaravelmodelcachingtestsfixturesauthor_1_2_3_4_5_6_7_8_9_10-genealabslaravelmodelcachingtestsfixturesbooks')); |
||
36 | } |
||
38 |