mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-19 23:36: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
backupGlobals="true"
backupStaticAttributes="false"
bootstrap="../../typo3/sysext/core/Build/UnitTestsBootstrap.php"
bootstrap="../../../../typo3/sysext/core/Build/UnitTestsBootstrap.php"
colors="false"
convertErrorsToExceptions="true"
convertWarningsToExceptions="true"