Skip to content

Commit 005be80

Browse files
committed
Merge branch 'ntr/fix-namespaces' into '5.7'
Ntr/fix namespaces See merge request shopware/5/product/shopware!924
2 parents 2d26dc4 + 6c1789c commit 005be80

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/Functional/Models/Blog/BlogTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
* our trademarks remain entirely with us.
2525
*/
2626

27-
namespace Shopware\Tests\Functional\Models\Article;
27+
namespace Shopware\Tests\Functional\Models\Blog;
2828

2929
use Enlight_Components_Test_TestCase;
3030
use Shopware\Components\Model\ModelManager;

tests/Unit/Plugin/Backend/Auth/BootstrapTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* our trademarks remain entirely with us.
2323
*/
2424

25-
namespace Shopware\Tests\Unit\Plugins\Backend\Auth;
25+
namespace Shopware\Tests\Unit\Plugin\Backend\Auth;
2626

2727
use Enlight_Controller_Action;
2828
use Enlight_Controller_ActionEventArgs;

0 commit comments

Comments
 (0)