Fixed incorrect namespace

This commit is contained in:
Florian Bouillon 2019-04-26 15:35:57 +02:00
parent 1f6d957aa1
commit 20680fa590

View File

@ -1,6 +1,6 @@
<?php <?php
namespace Tests; namespace Tests\Cache;
use PHPUnit\Framework\TestCase; use PHPUnit\Framework\TestCase;
use DeltaCMS\Cache\SessionCache; use DeltaCMS\Cache\SessionCache;