mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 08:12:15 +00:00
namespaces refactoring
This commit is contained in:
@@ -1,11 +1,8 @@
|
||||
<?php
|
||||
|
||||
|
||||
namespace Tests\Domain\Pages;
|
||||
|
||||
|
||||
use Domain\SetupWizard\Services\SetupService;
|
||||
use Tests\TestCase;
|
||||
use Domain\SetupWizard\Services\SetupService;
|
||||
|
||||
class PagesTest extends TestCase
|
||||
{
|
||||
@@ -22,4 +19,4 @@ class PagesTest extends TestCase
|
||||
'title' => 'Terms of Service',
|
||||
]);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user