diff --git a/packages/fractor-typoscript/tests/TypoScriptStatementsIteratorTest.php b/packages/fractor-typoscript/tests/TypoScriptStatementsIteratorTest.php index 27518aad..85fcfbcb 100644 --- a/packages/fractor-typoscript/tests/TypoScriptStatementsIteratorTest.php +++ b/packages/fractor-typoscript/tests/TypoScriptStatementsIteratorTest.php @@ -2,12 +2,13 @@ declare(strict_types=1); -namespace a9f\FractorTypoScript; +namespace a9f\FractorTypoScript\Tests; use a9f\Fractor\Application\ValueObject\File; use a9f\Fractor\DependencyInjection\ContainerContainerBuilder; use a9f\Fractor\Exception\ShouldNotHappenException; use a9f\FractorTypoScript\Tests\Fixture\StatementCollectingVisitor; +use a9f\FractorTypoScript\TypoScriptStatementsIterator; use Helmich\TypoScriptParser\Parser\Parser; use PHPUnit\Framework\Attributes\Test; use PHPUnit\Framework\TestCase; @@ -91,7 +92,7 @@ public function visitorsAreCalledForAllStatementsWithNesting(): void protected function getService(string $type): object { if ($this->currentContainer === null) { - throw new ShouldNotHappenException('Container is not initalized'); + throw new ShouldNotHappenException('Container is not initialized'); } return $this->currentContainer->get($type) diff --git a/packages/typo3-fractor/rules-tests/TYPO3v12/TypoScript/RemoveConfigDisablePageExternalUrlFractor/RemoveConfigDisablePageExternalUrlFractorTest.php b/packages/typo3-fractor/rules-tests/TYPO3v12/TypoScript/RemoveConfigDisablePageExternalUrlFractor/RemoveConfigDisablePageExternalUrlFractorTest.php index 224625bd..22671f4a 100644 --- a/packages/typo3-fractor/rules-tests/TYPO3v12/TypoScript/RemoveConfigDisablePageExternalUrlFractor/RemoveConfigDisablePageExternalUrlFractorTest.php +++ b/packages/typo3-fractor/rules-tests/TYPO3v12/TypoScript/RemoveConfigDisablePageExternalUrlFractor/RemoveConfigDisablePageExternalUrlFractorTest.php @@ -2,7 +2,7 @@ declare(strict_types=1); -namespace a9f\Typo3Fractor\Tests\TYPO3v12\TypoScript\RemoveConfigDisablePageExternalUrlOptionFractor; +namespace a9f\Typo3Fractor\Tests\TYPO3v12\TypoScript\RemoveConfigDisablePageExternalUrlFractor; use a9f\Fractor\Testing\PHPUnit\AbstractFractorTestCase; use a9f\Typo3Fractor\TYPO3v12\TypoScript\RemoveConfigDisablePageExternalUrlFractor; diff --git a/packages/typo3-fractor/rules-tests/TYPO3v12/TypoScript/RemoveConfigSpamProtectEmailAddressesAsciiOptionFractor/RemoveConfigSpamProtectEmailAddressesAsciiOptionFractorTest.php b/packages/typo3-fractor/rules-tests/TYPO3v12/TypoScript/RemoveConfigSpamProtectEmailAddressesAsciiOptionFractor/RemoveConfigSpamProtectEmailAddressesAsciiOptionFractorTest.php index 807e44db..09cc1ff8 100644 --- a/packages/typo3-fractor/rules-tests/TYPO3v12/TypoScript/RemoveConfigSpamProtectEmailAddressesAsciiOptionFractor/RemoveConfigSpamProtectEmailAddressesAsciiOptionFractorTest.php +++ b/packages/typo3-fractor/rules-tests/TYPO3v12/TypoScript/RemoveConfigSpamProtectEmailAddressesAsciiOptionFractor/RemoveConfigSpamProtectEmailAddressesAsciiOptionFractorTest.php @@ -2,7 +2,7 @@ declare(strict_types=1); -namespace a9f\Typo3Fractor\Tests\TYPO3v12\TypoScript\RemoveConfigSpamProtectEmailAddressesAsciiOptionFractorTest; +namespace a9f\Typo3Fractor\Tests\TYPO3v12\TypoScript\RemoveConfigSpamProtectEmailAddressesAsciiOptionFractor; use a9f\Fractor\Testing\PHPUnit\AbstractFractorTestCase; use a9f\Typo3Fractor\TYPO3v12\TypoScript\RemoveConfigSpamProtectEmailAddressesAsciiOptionFractor;