Skip to content

Commit fb7632e

Browse files
committed
- Missed the use statements for the cache classes
1 parent 93881b7 commit fb7632e

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

tests/AssetManagerTest/Cache/FilePathCacheTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
use PHPUnit_Framework_TestCase;
66
use Assetic\Cache\CacheInterface;
7+
use AssetManager\Cache\FilePathCache;
78

89
class FilePathCacheTest extends PHPUnit_Framework_TestCase
910
{

tests/AssetManagerTest/Cache/ZendCacheAdapterTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
namespace AssetManagerTest\Cache;
44

5+
use AssetManager\Cache\ZendCacheAdapter;
6+
57
/**
68
* Test file for Zend Cache Adapter
79
*

0 commit comments

Comments
 (0)