-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathsvrunit.xml
More file actions
20 lines (16 loc) · 723 Bytes
/
Copy pathsvrunit.xml
File metadata and controls
20 lines (16 loc) · 723 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<svrunit>
<testsuites>
<testsuite name="bin" executable="php bin/phpunuhi">
<directory>tests/svrunit/tests</directory>
<directory>tests/svrunit/tests/commands</directory>
</testsuite>
<testsuite name="phar" executable="php ./.build/phpunuhi.phar">
<directory>tests/svrunit/tests</directory>
<directory>tests/svrunit/tests/commands</directory>
</testsuite>
<testsuite name="docker" executable="docker run --rm -v $(pwd):/app boxblinkracer/phpunuhi:dev-main ">
<directory>tests/svrunit/tests</directory>
<directory>tests/svrunit/tests/commands</directory>
</testsuite>
</testsuites>
</svrunit>