[BUGFIX] Fix failing t3lib_log tests
Some tests for t3lib_log are failing in some cases, because the fixture classes are not available. They are available when executing the tests with the phpunit backend module because the files are named *_test.php, recognized as test files and thus required. To avoid this confusion, the fixture classes are now moved to a fixture directory and renamed so that they not end with *_test.php To be consistent the class names are also renamed. Change-Id: Ia5efce2909111b79ed6c836c4c704a78faacdc65 Fixes: #39885 Releases: 6.0 Reviewed-on: http://review.typo3.org/13854 Reviewed-by: Helmut Hummel Tested-by: Helmut Hummel Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
Showing
- tests/Unit/t3lib/log/class.t3lib_log_loggerTest.php 9 additions, 9 deletionstests/Unit/t3lib/log/class.t3lib_log_loggerTest.php
- tests/Unit/t3lib/log/fixtures/class.t3lib_log_processor_fixture.php 1 addition, 1 deletion.../t3lib/log/fixtures/class.t3lib_log_processor_fixture.php
- tests/Unit/t3lib/log/fixtures/class.t3lib_log_writer_failing.php 0 additions, 0 deletions...nit/t3lib/log/fixtures/class.t3lib_log_writer_failing.php
- tests/Unit/t3lib/log/fixtures/class.t3lib_log_writer_fixture.php 1 addition, 1 deletion...nit/t3lib/log/fixtures/class.t3lib_log_writer_fixture.php
- tests/Unit/t3lib/log/processor/class.t3lib_log_processor_abstractTest.php 3 additions, 1 deletion.../log/processor/class.t3lib_log_processor_abstractTest.php
- tests/Unit/t3lib/log/writer/class.t3lib_log_writer_abstractTest.php 3 additions, 1 deletion.../t3lib/log/writer/class.t3lib_log_writer_abstractTest.php
Please register or sign in to comment