Rename Controller to ControllerProvider

This commit is contained in:
Benoît Burnichon
2015-03-27 12:53:10 +01:00
parent 2fde5a437e
commit 1342756b84
68 changed files with 162 additions and 138 deletions

View File

@@ -2,7 +2,7 @@
namespace Alchemy\Tests\Phrasea\Model\Manipulator;
use Alchemy\Phrasea\Controller\Api\V1;
use Alchemy\Phrasea\ControllerProvider\Api\V1;
use Alchemy\Phrasea\Model\Manipulator\ApiAccountManipulator;
class ApiAccountManipulatorTest extends \PhraseanetTestCase