Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
integration
prechecker
Commits
a4c970ff
Unverified
Commit
a4c970ff
authored
Oct 05, 2016
by
Rajesh Taneja
Browse files
MDL-56092 phpunit: Add auth/tests to phpunit.xml.dist
parent
d905fc31
Changes
1
Hide whitespace changes
Inline
Side-by-side
phpunit.xml.dist
View file @
a4c970ff
...
...
@@ -145,6 +145,9 @@
<testsuite
name=
"core_my_testsuite"
>
<directory
suffix=
"_test.php"
>
my/tests
</directory>
</testsuite>
<testsuite
name=
"core_auth_testsuite"
>
<directory
suffix=
"_test.php"
>
auth/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
.
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