Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix composer
  • Loading branch information
TheRatG committed Mar 31, 2021
commit 3b8632a54d1060448bbe5b600fe5ebe9da5bbfc4
2 changes: 1 addition & 1 deletion Tests/EventListener/RequestResponseListenerTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace SunCat\MobileDetectBundle\Tests\RequestListener;
namespace SunCat\MobileDetectBundle\Tests\EventListener;

use PHPUnit\Framework\TestCase;
use PHPUnit_Framework_MockObject_MockBuilder;
Expand Down
2 changes: 1 addition & 1 deletion Tests/Twig/Extension/MobileDetectExtensionTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace SunCat\MobileDetectBundle\Tests\Helper;
namespace SunCat\MobileDetectBundle\Tests\Twig\Extension;

use PHPUnit\Framework\TestCase;
use PHPUnit_Framework_MockObject_MockBuilder;
Expand Down