-
Type:
Improvement
-
Status: Unverified Fix (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 3.0.9
-
Fix Version/s: 3.0.10-RC1
-
Component/s: None
-
Labels: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.
|