namespaces refactoring

This commit is contained in:
Peter Papp
2021-07-18 17:21:37 +02:00
parent a1778eab52
commit 8f77a497b5
162 changed files with 1242 additions and 1418 deletions

View File

@@ -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',
]);
}
}
}