Skip to content

Commit 93881b7

Browse files
committed
- Correct namespace (it was missing Test at the end)
1 parent 128dfa4 commit 93881b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/AssetManagerTest/Cache/FilePathCacheTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace AssetManager\Cache;
3+
namespace AssetManagerTest\Cache;
44

55
use PHPUnit_Framework_TestCase;
66
use Assetic\Cache\CacheInterface;

tests/AssetManagerTest/Cache/ZendCacheAdapterTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace AssetManager\Cache;
3+
namespace AssetManagerTest\Cache;
44

55
/**
66
* Test file for Zend Cache Adapter

0 commit comments

Comments
 (0)