mirror of
https://github.com/wiosna-dev/common-library.git
synced 2026-03-12 09:31:51 +01:00
Tests > use "Meritoo\Test\Common" namespace (instead of "Meritoo\Common\Test")
This commit is contained in:
@@ -6,11 +6,11 @@
|
||||
* file that was distributed with this source code.
|
||||
*/
|
||||
|
||||
namespace Meritoo\Common\Test\Utilities;
|
||||
namespace Meritoo\Test\Common\Utilities;
|
||||
|
||||
use Meritoo\Common\Test\Base\BaseTestCase;
|
||||
use Meritoo\Common\Test\Utilities\Arrays\SimpleToString;
|
||||
use Meritoo\Common\Utilities\Arrays;
|
||||
use Meritoo\Test\Common\Utilities\Arrays\SimpleToString;
|
||||
|
||||
/**
|
||||
* Test case of the useful arrays methods
|
||||
|
||||
Reference in New Issue
Block a user