Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

Commit

Permalink
Remove unuse libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
evgsavosin committed Sep 4, 2022
1 parent 0d6ab36 commit b2946d5
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions tests/CacheTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,9 @@
use PHPUnit\Framework\TestCase;
use ChocoRouter\Cache\Cache;
use ChocoRouter\Cache\CacheKey;
use ChocoRouter\Cache\Drivers\ApcuDriver;
use ChocoRouter\Cache\Drivers\FileDriver;
use ChocoRouter\Cache\Drivers\MemcachedDriver;
use ChocoRouter\Cache\NotInstalledDriverException;
use InvalidArgumentException;

use function PHPUnit\Framework\assertEquals;
use function PHPUnit\Framework\assertInstanceOf;
use function PHPUnit\Framework\assertIsObject;
use function PHPUnit\Framework\assertSame;
use function PHPUnit\Framework\assertTrue;

final class СacheTest extends TestCase
{
Expand Down

0 comments on commit b2946d5

Please sign in to comment.