Fix paths and namespaces for Dispatching tests

This commit is contained in:
PJ Dietz 2015-05-10 11:25:02 -04:00
parent 8071b0b5db
commit ec091b34c4
2 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<?php <?php
namespace WellRESTed\Test\Unit\Routing; namespace WellRESTed\Test\Unit\Dispatching;
use Prophecy\Argument; use Prophecy\Argument;
use WellRESTed\Dispatching\DispatchStack; use WellRESTed\Dispatching\DispatchStack;