Move session tests to correct sub-folder

refs #6011
This commit is contained in:
Johannes Meyer 2014-04-17 13:08:46 +02:00
parent 2415604035
commit 1145fc118e
2 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
// {{{ICINGA_LICENSE_HEADER}}}
// {{{ICINGA_LICENSE_HEADER}}}
namespace Tests\Icinga\Session;
namespace Tests\Icinga\Web\Session;
use Icinga\Test\BaseTestCase;
use Icinga\Web\Session\PhpSession;

View File

@ -2,10 +2,10 @@
// {{{ICINGA_LICENSE_HEADER}}}
// {{{ICINGA_LICENSE_HEADER}}}
namespace Tests\Icinga\Session;
namespace Tests\Icinga\Web\Session;
use \Exception;
use \Mockery;
use Exception;
use Mockery;
use Icinga\Test\BaseTestCase;
use Icinga\Web\Session\SessionNamespace;