Skip to content

Commit

Permalink
test: execute tests in random order
Browse files Browse the repository at this point in the history
  • Loading branch information
brotkrueml committed Oct 11, 2023
1 parent cd75ed8 commit 7b62c39
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,15 @@
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;
use TYPO3\CMS\Core\Imaging\IconFactory;
use TYPO3\CMS\Core\Localization\LanguageService;

#[CoversClass(PropertyValueViewHelper::class)]
#[RunTestsInSeparateProcesses]
final class PropertyValueViewHelperTest extends ViewHelperTestCase
{
/**
Expand Down
2 changes: 1 addition & 1 deletion Tests/phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -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"
>
<testsuites>
<testsuite name="Unit">
Expand Down

0 comments on commit 7b62c39

Please sign in to comment.