File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<?php
22
33DG \BypassFinals::enable ();
4- require (\Composer \InstalledVersions::getInstallPath ('typo3/testing-framework ' ) ?? '' )
4+ require (\Composer \InstalledVersions::getInstallPath ('typo3/testing-framework ' ) ?? '../../.Build/vendor/typo3/testing-framework ' )
55 . '/Resources/Core/Build/FunctionalTestsBootstrap.php ' ;
Original file line number Diff line number Diff line change 33 xsi:noNamespaceSchemaLocation=" https://schema.phpunit.de/11.4/phpunit.xsd"
44 backupGlobals=" true"
55 beStrictAboutTestsThatDoNotTestAnything=" false"
6- bootstrap=" ../../.Build/vendor/typo3/testing-framework/Resources/Core/Build /UnitTestsBootstrap.php"
6+ bootstrap=" ./UnitTestsBootstrap.php"
77 cacheDirectory=" .phpunit.cache"
88 cacheResult=" false"
99 colors=" true"
Original file line number Diff line number Diff line change 1+ <?php
2+
3+ require (\Composer \InstalledVersions::getInstallPath ('typo3/testing-framework ' ) ?? '../../.Build/vendor/typo3/testing-framework ' )
4+ . '/Resources/Core/Build/UnitTestsBootstrap.php ' ;
You can’t perform that action at this time.
0 commit comments