diff --git a/Tests/Functional/ViewHelpers/AdminPanel/PropertyValueViewHelperTest.php b/Tests/Functional/ViewHelpers/AdminPanel/PropertyValueViewHelperTest.php index f3a83307..bce0ed8b 100644 --- a/Tests/Functional/ViewHelpers/AdminPanel/PropertyValueViewHelperTest.php +++ b/Tests/Functional/ViewHelpers/AdminPanel/PropertyValueViewHelperTest.php @@ -19,6 +19,7 @@ use Brotkrueml\Schema\ViewHelpers\AdminPanel\PropertyValueViewHelper; use PHPUnit\Framework\Attributes\CoversClass; use PHPUnit\Framework\Attributes\DataProvider; +use PHPUnit\Framework\Attributes\RunTestsInSeparateProcesses; use PHPUnit\Framework\Attributes\Test; use PHPUnit\Framework\MockObject\Stub; use TYPO3\CMS\Core\Imaging\Icon; @@ -26,6 +27,7 @@ use TYPO3\CMS\Core\Localization\LanguageService; #[CoversClass(PropertyValueViewHelper::class)] +#[RunTestsInSeparateProcesses] final class PropertyValueViewHelperTest extends ViewHelperTestCase { /** diff --git a/Tests/phpunit.xml.dist b/Tests/phpunit.xml.dist index bf280dd6..d2618679 100644 --- a/Tests/phpunit.xml.dist +++ b/Tests/phpunit.xml.dist @@ -4,7 +4,7 @@ xsi:noNamespaceSchemaLocation="../.Build/vendor/phpunit/phpunit/phpunit.xsd" bootstrap="../.Build/vendor/typo3/testing-framework/Resources/Core/Build/FunctionalTestsBootstrap.php" cacheResult="false" - testdox="true" + executionOrder="random" >