diff --git a/plugins/bc-uploader/tests/TestCase/Controller/UploaderCategoriesControllerTest.php b/plugins/bc-uploader/tests/TestCase/Controller/UploaderCategoriesControllerTest.php index 7a03b82940..d092585131 100644 --- a/plugins/bc-uploader/tests/TestCase/Controller/UploaderCategoriesControllerTest.php +++ b/plugins/bc-uploader/tests/TestCase/Controller/UploaderCategoriesControllerTest.php @@ -9,7 +9,7 @@ * @license https://basercms.net/license/index.html MIT License */ -namespace BcUploader\Test\TestCase\Controller\Api; +namespace BcUploader\Test\TestCase\Controller; use BaserCore\Service\DblogsServiceInterface; use BaserCore\Test\Scenario\InitAppScenario; diff --git a/plugins/bc-uploader/tests/TestCase/Controller/UploaderConfigsControllerTest.php b/plugins/bc-uploader/tests/TestCase/Controller/UploaderConfigsControllerTest.php index 9de8df9f4a..e61184e17a 100644 --- a/plugins/bc-uploader/tests/TestCase/Controller/UploaderConfigsControllerTest.php +++ b/plugins/bc-uploader/tests/TestCase/Controller/UploaderConfigsControllerTest.php @@ -9,7 +9,7 @@ * @license https://basercms.net/license/index.html MIT License */ -namespace BcUploader\Test\TestCase\Controller\Api; +namespace BcUploader\Test\TestCase\Controller; use BaserCore\Test\Scenario\InitAppScenario; use BaserCore\TestSuite\BcTestCase; diff --git a/plugins/bc-uploader/tests/TestCase/Controller/UploaderFilesControllerTest.php b/plugins/bc-uploader/tests/TestCase/Controller/UploaderFilesControllerTest.php index 1ad039dabf..f9bb89a688 100644 --- a/plugins/bc-uploader/tests/TestCase/Controller/UploaderFilesControllerTest.php +++ b/plugins/bc-uploader/tests/TestCase/Controller/UploaderFilesControllerTest.php @@ -9,7 +9,7 @@ * @license https://basercms.net/license/index.html MIT License */ -namespace BcUploader\Test\TestCase\Controller\Api; +namespace BcUploader\Test\TestCase\Controller; use BaserCore\Test\Scenario\InitAppScenario; use BaserCore\TestSuite\BcTestCase;