Nimut / testing-framework

TYPO3 testing framework that provides base classes and configuration for PHPUnit tests
GNU General Public License v2.0
52 stars 25 forks source link

[BUGFIX] Fix path to test environment #27

Closed helhum closed 7 years ago

helhum commented 7 years ago

If TYPO3_PATH_ROOT environment variable is set before executing functional tests, we need to make sure that we re-set it to the path of the test system because the TYPO3 bootstrap since version 8 evaluates this variable and PATH_site of the tests system would point to the original root instead of the test system root.

Also evaluate TYPO3_PATH_ROOT as document root for unit tests