MDL-47538 phpunit: fix invalid PHPUNIT_SEQUENCE_START constant

This commit is contained in:
Petr Skoda
2014-10-06 17:31:15 +13:00
parent 6597413d41
commit ddffa9d6d3
3 changed files with 10 additions and 4 deletions
+1 -1
View File
@@ -20,7 +20,7 @@
<php>
<!--<const name="PHPUNIT_LONGTEST" value="1"/> uncomment to execute also slow or otherwise expensive tests-->
<const name="PHPUNIT_SEQUENCE_START" value="<!--@PHPUNIT_SEQUENCE_START@-->"/>
<const name="PHPUNIT_SEQUENCE_START" value=""/>
<!--Following constants instruct tests to fetch external test files from alternative location or skip tests if empty, clone https://github.com/moodlehq/moodle-exttests to local web server-->
<!--<const name="TEST_EXTERNAL_FILES_HTTP_URL" value="http://download.moodle.org/unittest"/> uncomment and alter to fetch external test files from alternative location-->