From 5af71ddb59fe8d45aa5687ac6f694424063caca4 Mon Sep 17 00:00:00 2001 From: Timo Michna Date: Sun, 2 Oct 2016 23:45:59 +0200 Subject: [PATCH] fixed namespace --- tests/unit/Model/RealmTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/Model/RealmTest.php b/tests/unit/Model/RealmTest.php index 3ff61ea..54a40c6 100644 --- a/tests/unit/Model/RealmTest.php +++ b/tests/unit/Model/RealmTest.php @@ -7,7 +7,7 @@ * file that was distributed with this source code. */ -namespace Tidal\WampWatch\Test\unit\Model; +namespace Tidal\WampWatch\Test\Unit\Model; use Tidal\WampWatch\Model\Realm; use Tidal\WampWatch\Model\Router;