mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-24 20:13:22 +01:00
This is the first step of making the test suite use a single directory for writing files to, this directory being tests/tmp. The cache test, instead of tests/cache/tmp, now writes to tests/tmp/cache. Also remove cache directory in setUp method, in case an earlier test run did not complete successfully and the cache directory was not cleaned up. Finally, this change makes the cache test take responsibility over the entire contents of its cache directory. PHPBB3-10013
12 lines
192 B
Plaintext
12 lines
192 B
Plaintext
*~
|
|
phpunit.xml
|
|
phpBB/cache/*.php
|
|
phpBB/config.php
|
|
phpBB/files/*
|
|
phpBB/images/avatars/upload/*
|
|
phpBB/store/*
|
|
tests/phpbb_unit_tests.sqlite2
|
|
tests/test_config.php
|
|
tests/tmp
|
|
tests/utf/data/*.txt
|