Tests > use "Meritoo\Test\Common" namespace (instead of "Meritoo\Common\Test")

This commit is contained in:
Meritoo
2019-03-04 19:35:42 +01:00
parent fe40d9caee
commit 5ebde80646
54 changed files with 134 additions and 125 deletions

View File

@@ -6,7 +6,7 @@
* file that was distributed with this source code.
*/
namespace Meritoo\Common\Test\Exception\Method;
namespace Meritoo\Test\Common\Exception\Method;
use Generator;
use Meritoo\Common\Exception\Method\DisabledMethodException;