UNPKG
grunt-phpunit-dplus
Version:
latest (0.4.0)
0.4.0
Grunt plugin for running phpunit.
github.com/michbuett/grunt-phpunit
michbuett/grunt-phpunit
grunt-phpunit-dplus
/
php
/
tests
/
phpunit.xml
12 lines
(11 loc)
•
278 B
text/xml
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
<
phpunit
colors
=
"true"
convertErrorsToExceptions
=
"true"
strict
=
"false"
verbose
=
"false"
>
<
testsuites
>
<
testsuite
name
=
"grunt-phpunit testsuite"
>
<
directory
suffix
=
"Test.php"
>
./modules/
</
directory
>
</
testsuite
>
</
testsuites
>
</
phpunit
>