-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 3.1.0-dev
-
Fix Version/s: 3.1.0-a1
-
Component/s: Test Suite
-
Labels:None
-
GitHub Pull Request URL:
Currently the cache test writes to a 'tmp' directory under itself. utf8 normalizer test downloads files from the internet to a different subdirectory under that test. In a locked-down environment, such as when the phpbb source tree is read-only, these writes fail and the system administrator is not necessarily able to set up symlinks without affecting versioned files.
Proposed fix is to designate one directory, test/tmp, for storing all files that the test suite writes to. This ticket covers reworking the cache test.
- is related to
-
PHPBB3-10015 Test suite downloads unicode data on every run
-
- Closed
-
-
PHPBB3-10011 __DIR__ in test suite renders it unusable on php < 5.3
-
- Closed
-
-
PHPBB3-10309 Utf tests download data into temporary locations deep in source tree
-
- Closed
-