- Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathphpunit.xml
More file actions
Latest commit
executable file
·20 lines (20 loc) · 591 Bytes
/
Copy pathphpunit.xml
File metadata and controls
executable file
·20 lines (20 loc) · 591 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<phpunitbackupGlobals="false"
backupStaticAttributes="false"
bootstrap="phpunit.php"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnError="false"
stopOnFailure="false"
syntaxCheck="true"
verbose="true"
>
<testsuites>
<testsuitename="Bank">
<directory>tests</directory>
</testsuite>
</testsuites>
</phpunit>