diff --git a/tests/Console/Utils/ParamsValidatorTest.phpt b/tests/Cases/Console/Utils/ParamsValidatorTest.phpt similarity index 94% rename from tests/Console/Utils/ParamsValidatorTest.phpt rename to tests/Cases/Console/Utils/ParamsValidatorTest.phpt index bdc41c8..4b6344f 100644 --- a/tests/Console/Utils/ParamsValidatorTest.phpt +++ b/tests/Cases/Console/Utils/ParamsValidatorTest.phpt @@ -2,15 +2,15 @@ declare(strict_types=1); -namespace Contributte\Anabelle\Tests\Console\Utils; +namespace Contributte\Anabelle\Tests\Cases\Console\Utils; -require_once __DIR__ . '/../../bootstrap.php'; - -use Tester\Assert; -use Tester\TestCase; use Contributte\Anabelle\Console\Utils\Exception\ParamsValidatorException; use Contributte\Anabelle\Console\Utils\ParamsValidator; use Contributte\Anabelle\Http\AuthCredentials; +use Tester\Assert; +use Tester\TestCase; + +require_once __DIR__ . '/../../../bootstrap.php'; class ParamsValidatorTest extends TestCase { diff --git a/tests/Markdown/Macro/Index/IndexSectionTest.phpt b/tests/Cases/Markdown/Macro/Index/IndexSectionTest.phpt similarity index 87% rename from tests/Markdown/Macro/Index/IndexSectionTest.phpt rename to tests/Cases/Markdown/Macro/Index/IndexSectionTest.phpt index 9015835..9085d23 100644 --- a/tests/Markdown/Macro/Index/IndexSectionTest.phpt +++ b/tests/Cases/Markdown/Macro/Index/IndexSectionTest.phpt @@ -2,15 +2,14 @@ declare(strict_types=1); -namespace Contributte\Anabelle\Tests\Markdown\Macro\Index; +namespace Contributte\Anabelle\Tests\Cases\Markdown\Macro\Index; -require_once __DIR__ . '/../../../bootstrap.php'; - -use Tester\Assert; -use Tester\TestCase; use Contributte\Anabelle\Markdown\Macro\Index\Exception\PartDidNotMatchException; use Contributte\Anabelle\Markdown\Macro\Index\IndexSection; -use Contributte\Anabelle\Markdown\Macro\MacroIndex; +use Tester\Assert; +use Tester\TestCase; + +require_once __DIR__ . '/../../../../bootstrap.php'; /** * @testCase diff --git a/tests/Markdown/Macro/Index/IndexSubTitleTest.phpt b/tests/Cases/Markdown/Macro/Index/IndexSubTitleTest.phpt similarity index 84% rename from tests/Markdown/Macro/Index/IndexSubTitleTest.phpt rename to tests/Cases/Markdown/Macro/Index/IndexSubTitleTest.phpt index 0c54320..16f0d4a 100644 --- a/tests/Markdown/Macro/Index/IndexSubTitleTest.phpt +++ b/tests/Cases/Markdown/Macro/Index/IndexSubTitleTest.phpt @@ -2,15 +2,14 @@ declare(strict_types=1); -namespace Contributte\Anabelle\Tests\Markdown\Macro\Index; +namespace Contributte\Anabelle\Tests\Cases\Markdown\Macro\Index; -require_once __DIR__ . '/../../../bootstrap.php'; - -use Tester\Assert; -use Tester\TestCase; use Contributte\Anabelle\Markdown\Macro\Index\Exception\PartDidNotMatchException; use Contributte\Anabelle\Markdown\Macro\Index\IndexSubTitle; -use Contributte\Anabelle\Markdown\Macro\MacroIndex; +use Tester\Assert; +use Tester\TestCase; + +require_once __DIR__ . '/../../../../bootstrap.php'; /** * @testCase diff --git a/tests/Markdown/Macro/Index/IndexTitleTest.phpt b/tests/Cases/Markdown/Macro/Index/IndexTitleTest.phpt similarity index 82% rename from tests/Markdown/Macro/Index/IndexTitleTest.phpt rename to tests/Cases/Markdown/Macro/Index/IndexTitleTest.phpt index dc8a032..6aeeaf6 100644 --- a/tests/Markdown/Macro/Index/IndexTitleTest.phpt +++ b/tests/Cases/Markdown/Macro/Index/IndexTitleTest.phpt @@ -2,15 +2,14 @@ declare(strict_types=1); -namespace Contributte\Anabelle\Tests\Markdown\Macro\Index; +namespace Contributte\Anabelle\Tests\Cases\Markdown\Macro\Index; -require_once __DIR__ . '/../../../bootstrap.php'; - -use Tester\Assert; -use Tester\TestCase; use Contributte\Anabelle\Markdown\Macro\Index\Exception\PartDidNotMatchException; use Contributte\Anabelle\Markdown\Macro\Index\IndexTitle; -use Contributte\Anabelle\Markdown\Macro\MacroIndex; +use Tester\Assert; +use Tester\TestCase; + +require_once __DIR__ . '/../../../../bootstrap.php'; /** * @testCase diff --git a/tests/Markdown/Macro/MacroIncludeTest.phpt b/tests/Cases/Markdown/Macro/MacroIncludeTest.phpt similarity index 79% rename from tests/Markdown/Macro/MacroIncludeTest.phpt rename to tests/Cases/Markdown/Macro/MacroIncludeTest.phpt index 7f207e6..8f79415 100644 --- a/tests/Markdown/Macro/MacroIncludeTest.phpt +++ b/tests/Cases/Markdown/Macro/MacroIncludeTest.phpt @@ -1,14 +1,14 @@