Skip to content

Commit 6af90f1

Browse files
authored
Merge pull request #660 from cakephp/ADmad-patch-1
Fix namespace
2 parents 3a0368e + f770d67 commit 6af90f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/TestCase/Controller/MailPreviewControllerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public function setUp()
4444
{
4545
parent::setUp();
4646

47-
Plugin::getCollection()->add(new \DebugkitTestPlugin\Plugin());
47+
Plugin::getCollection()->add(new \Debugkit\Plugin());
4848
Router::scope('/', function ($routes) {
4949
$routes->connect('/users/:action/*', ['controller' => 'Users']);
5050
});

0 commit comments

Comments
 (0)