-
-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathphpunit.xml
More file actions
executable file
·21 lines (21 loc) · 707 Bytes
/
Copy pathphpunit.xml
File metadata and controls
executable file
·21 lines (21 loc) · 707 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="tests/bootstrap.php">
<testsuites>
<testsuite name="Controller">
<directory>./tests/Unit/Controller</directory>
</testsuite>
<testsuite name="Bdd">
<directory>./tests/Unit/Bdd</directory>
</testsuite>
<testsuite name="Ihm">
<directory>./tests/Unit/Ihm</directory>
</testsuite>
<testsuite name="Service">
<directory>./tests/Unit/Service</directory>
</testsuite>
</testsuites>
<php>
<!-- <server name="KERNEL_CLASS" value="../../vendor/autoload.php" /> -->
<server name="PANTHER_WEB_SERVER_DIR" value="./" />
</php>
</phpunit>