move storage wrapper test to new namespace

This commit is contained in:
Robin Appelman 2013-07-02 17:58:21 +02:00
parent 10d3e63ce5
commit a853968f7d
1 changed files with 2 additions and 2 deletions

View File

@ -6,9 +6,9 @@
* See the COPYING-README file.
*/
namespace Test\Files\Storage;
namespace Test\Files\Storage\Wrapper;
class Wrapper extends Storage {
class Wrapper extends \Test\Files\Storage\Storage {
/**
* @var string tmpDir
*/