-
Improvement
-
Resolution: Fixed
-
Minor
-
3.0.9
-
None
-
None
Before, running tests on a read-only tree produced output like this:
26) phpbb_template_template_test::test_assign_display with data set #2 ('if.html', array(), array(), array(), '0')
|
Template cache directory is not writable.
|
It would be helpful to know where the code wants to write.
With this change, the output becomes:
44) phpbb_template_template_test::test_php
|
Template cache directory (phpBB/cache) is not writable.
|