Skip to content

Commit

Permalink
laravel easy cache
Browse files Browse the repository at this point in the history
  • Loading branch information
xinningsu committed Jan 8, 2021
1 parent 1fab14e commit b9bc338
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/EasyCacheTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
use Illuminate\Http\Request;
use Sulao\EasyCache\CachePlug;


class EasyCacheTest extends \PHPUnit\Framework\TestCase
{
public function testCachePlug()
Expand Down Expand Up @@ -87,7 +86,6 @@ public function testCachePlugWitchConfig()
);

$this->assertEquals(2, $news->offset);

}

public function testEasyCache()
Expand Down

0 comments on commit b9bc338

Please sign in to comment.