We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 128dfa4 + fb7632e commit aa699eeCopy full SHA for aa699ee
tests/AssetManagerTest/Cache/FilePathCacheTest.php
@@ -1,9 +1,10 @@
1
<?php
2
3
-namespace AssetManager\Cache;
+namespace AssetManagerTest\Cache;
4
5
use PHPUnit_Framework_TestCase;
6
use Assetic\Cache\CacheInterface;
7
+use AssetManager\Cache\FilePathCache;
8
9
class FilePathCacheTest extends PHPUnit_Framework_TestCase
10
{
tests/AssetManagerTest/Cache/ZendCacheAdapterTest.php
@@ -1,6 +1,8 @@
+
+use AssetManager\Cache\ZendCacheAdapter;
/**
* Test file for Zend Cache Adapter
0 commit comments