for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php namespace GeneaLabs\LaravelModelCaching\Tests\Unit;
use GeneaLabs\LaravelModelCaching\Tests\TestCase;
class CacheTest extends TestCase
{
public function testExample()
//TODO: add initial test
$this->assertTrue(true);
}