MDL-47538 phpunit: fix invalid PHPUNIT_SEQUENCE_START constant
This commit is contained in:
+1
-1
@@ -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-->
|
||||
|
||||
Reference in New Issue
Block a user