Skip to content

Commit

Permalink
Fixed tests namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
olvlvl committed Nov 12, 2016
1 parent 1748399 commit 4384fd6
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 9 deletions.
8 changes: 4 additions & 4 deletions tests/ControllerBindingsTest.php
Expand Up @@ -9,11 +9,11 @@
* file that was distributed with this source code.
*/

namespace ICanBoogie\Bindings\View;
namespace ICanBoogie\Binding\View;

use ICanBoogie\Bindings\View\ControllerBindingsTest\BoundController;
use ICanBoogie\Bindings\View\ControllerBindingsTest\BoundControllerWithLayout;
use ICanBoogie\Bindings\View\ControllerBindingsTest\BoundControllerWithTemplate;
use ICanBoogie\Binding\View\ControllerBindingsTest\BoundController;
use ICanBoogie\Binding\View\ControllerBindingsTest\BoundControllerWithLayout;
use ICanBoogie\Binding\View\ControllerBindingsTest\BoundControllerWithTemplate;
use ICanBoogie\View\View;

class ControllerBindingsTest extends \PHPUnit_Framework_TestCase
Expand Down
2 changes: 1 addition & 1 deletion tests/ControllerBindingsTest/BoundController.php
Expand Up @@ -9,7 +9,7 @@
* file that was distributed with this source code.
*/

namespace ICanBoogie\Bindings\View\ControllerBindingsTest;
namespace ICanBoogie\Binding\View\ControllerBindingsTest;

use ICanBoogie\Routing\Controller;
use ICanBoogie\View\ControllerBindings as ViewBindings;
Expand Down
2 changes: 1 addition & 1 deletion tests/ControllerBindingsTest/BoundControllerWithLayout.php
Expand Up @@ -9,7 +9,7 @@
* file that was distributed with this source code.
*/

namespace ICanBoogie\Bindings\View\ControllerBindingsTest;
namespace ICanBoogie\Binding\View\ControllerBindingsTest;

use ICanBoogie\Routing\Controller;
use ICanBoogie\View\ControllerBindings as ViewBindings;
Expand Down
Expand Up @@ -9,7 +9,7 @@
* file that was distributed with this source code.
*/

namespace ICanBoogie\Bindings\View\ControllerBindingsTest;
namespace ICanBoogie\Binding\View\ControllerBindingsTest;

use ICanBoogie\Routing\Controller;
use ICanBoogie\View\ControllerBindings as ViewBindings;
Expand Down
3 changes: 1 addition & 2 deletions tests/HooksTest.php
Expand Up @@ -9,9 +9,8 @@
* file that was distributed with this source code.
*/

namespace ICanBoogie\Bindings\View;
namespace ICanBoogie\Binding\View;

use ICanBoogie\Binding\View\Hooks;
use ICanBoogie\Routing\Controller;
use ICanBoogie\Routing\Route;
use ICanBoogie\View\ControllerBindings;
Expand Down

0 comments on commit 4384fd6

Please sign in to comment.