1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 16:56:44 +02:00

[ticket/12620] Use the test environment for the tests

PHPBB3-12620
This commit is contained in:
Tristan Darricau
2014-11-19 19:50:07 +01:00
parent 91daa73663
commit dd4f2387fd
17 changed files with 17 additions and 3 deletions

View File

@@ -283,6 +283,8 @@
<delete file="${dir}/config.php" />
<delete dir="${dir}/develop" />
<delete dir="${dir}/install/data" />
<delete dir="${dir}/config/development" />
<delete dir="${dir}/config/test" />
<phingcall target="clean-vendor-dir">
<property name="dir" value="${dir}" />