UNPKG
grunt-phpunit
Version:
latest (0.3.6)
0.3.6
0.3.5
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.2.1
0.2.0
0.1.2
0.1.1
0.1.0
Grunt plugin for running phpunit.
github.com/SaschaGalley/grunt-phpunit
SaschaGalley/grunt-phpunit
grunt-phpunit
/
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
>