mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-20 05:56:13 +02:00

[BUGFIX] Fix the path to the TYPO3 tests bootstrap

This commit is contained in:
Oliver Klee 2016-05-13 14:16:41 +02:00
parent a1848afbe5
commit 48e267693c

View file

@ -1,7 +1,7 @@
<phpunit <phpunit
backupGlobals="true" backupGlobals="true"
backupStaticAttributes="false" backupStaticAttributes="false"
bootstrap="../../typo3/sysext/core/Build/UnitTestsBootstrap.php" bootstrap="../../../../typo3/sysext/core/Build/UnitTestsBootstrap.php"
colors="false" colors="false"
convertErrorsToExceptions="true" convertErrorsToExceptions="true"
convertWarningsToExceptions="true" convertWarningsToExceptions="true"