Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
moodle
moodle
Commits
b3778a0d
Commit
b3778a0d
authored
Jan 25, 2013
by
Dan Poltawski
Browse files
MDL-37684 - phpunit add missing definitions to phpunit.xml.dist
parent
a7370196
Changes
1
Hide whitespace changes
Inline
Side-by-side
phpunit.xml.dist
View file @
b3778a0d
...
...
@@ -68,6 +68,7 @@
<directory
suffix=
"_test.php"
>
question/engine/tests
</directory>
<directory
suffix=
"_test.php"
>
question/tests
</directory>
<directory
suffix=
"_test.php"
>
question/type/tests
</directory>
<directory
suffix=
"_test.php"
>
question/engine/upgrade/tests
</directory>
</testsuite>
<testsuite
name=
"core_cache"
>
<directory
suffix=
"_test.php"
>
cache/tests
</directory>
...
...
@@ -75,6 +76,36 @@
<testsuite
name=
"core_calendar"
>
<directory
suffix=
"_test.php"
>
calendar/tests
</directory>
</testsuite>
<testsuite
name=
"core_enrol"
>
<directory
suffix=
"_test.php"
>
enrol/tests
</directory>
</testsuite>
<testsuite
name=
"core_group"
>
<directory
suffix=
"_test.php"
>
group/tests
</directory>
</testsuite>
<testsuite
name=
"core_external"
>
<directory
suffix=
"_test.php"
>
lib/external/tests
</directory>
</testsuite>
<testsuite
name=
"core_message"
>
<directory
suffix=
"_test.php"
>
message/tests
</directory>
</testsuite>
<testsuite
name=
"quiz_report"
>
<directory
suffix=
"_test.php"
>
mod/quiz/report/tests
</directory>
</testsuite>
<testsuite
name=
"core_notes"
>
<directory
suffix=
"_test.php"
>
notes/tests
</directory>
</testsuite>
<testsuite
name=
"core_rating"
>
<directory
suffix=
"_test.php"
>
rating/tests
</directory>
</testsuite>
<testsuite
name=
"core_repository"
>
<directory
suffix=
"_test.php"
>
repository/tests
</directory>
</testsuite>
<testsuite
name=
"core_user"
>
<directory
suffix=
"_test.php"
>
user/tests
</directory>
</testsuite>
<testsuite
name=
"core_webservice"
>
<directory
suffix=
"_test.php"
>
webservice/tests
</directory>
</testsuite>
<!--Plugin suites: use admin/tool/phpunit/cli/util.php to build phpunit.xml from phpunit.xml.dist with up-to-date list of plugins in current install-->
<!--@plugin_suites_start@-->
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment