Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorsgiehl <stefan@matomo.org>2020-11-19 17:51:09 +0300
committersgiehl <stefan@matomo.org>2020-11-19 17:51:09 +0300
commit6f720aa6cae5006cfeef52a4b846fa659a4615d7 (patch)
tree0a8de749bd15636dcd54472b1615acd32b6dbfa5 /tests
parentd5cf7cba9af7b8da38427a7137227d5de6760828 (diff)
fix namespace of test files
Diffstat (limited to 'tests')
-rw-r--r--tests/PHPUnit/Unit/Archive/ChunkTest.php2
-rw-r--r--tests/PHPUnit/Unit/Archive/DataCollectionTest.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/PHPUnit/Unit/Archive/ChunkTest.php b/tests/PHPUnit/Unit/Archive/ChunkTest.php
index 8ce4ff61df..9b0c56447b 100644
--- a/tests/PHPUnit/Unit/Archive/ChunkTest.php
+++ b/tests/PHPUnit/Unit/Archive/ChunkTest.php
@@ -6,7 +6,7 @@
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
*/
-namespace Piwik\Tests\Unit;
+namespace Piwik\Tests\Unit\Archive;
use Piwik\Archive\Chunk;
diff --git a/tests/PHPUnit/Unit/Archive/DataCollectionTest.php b/tests/PHPUnit/Unit/Archive/DataCollectionTest.php
index 93f69056e9..adbc7a5c5d 100644
--- a/tests/PHPUnit/Unit/Archive/DataCollectionTest.php
+++ b/tests/PHPUnit/Unit/Archive/DataCollectionTest.php
@@ -6,7 +6,7 @@
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
*/
-namespace Piwik\Tests\Unit;
+namespace Piwik\Tests\Unit\Archive;
use Piwik\Archive\DataCollection;
use Piwik\Archive\DataTableFactory;