mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
Merge branch 'develop-olympus' into develop
This commit also ports all ascraeus tests to the new format. Conflicts: tests/all_tests.php tests/network/all_tests.php tests/request/all_tests.php tests/request/request_var.php tests/template/templates/includephp.html
This commit is contained in:
@@ -42,12 +42,11 @@
|
||||
<delete dir="build/save" />
|
||||
</target>
|
||||
|
||||
<target name="test">
|
||||
<exec dir="tests"
|
||||
command="phpunit --log-junit ../build/logs/phpunit.xml
|
||||
--coverage-clover ../build/logs/clover.xml
|
||||
--coverage-html ../build/coverage
|
||||
phpbb_all_tests all_tests.php"
|
||||
<target name="test" depends="clean,prepare">
|
||||
<exec dir="."
|
||||
command="phpunit --log-junit build/logs/phpunit.xml
|
||||
--coverage-clover build/logs/clover.xml
|
||||
--coverage-html build/coverage"
|
||||
passthru="true" />
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user