-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathphpunit.xml
More file actions
24 lines (23 loc) · 983 Bytes
/
Copy pathphpunit.xml
File metadata and controls
24 lines (23 loc) · 983 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!--
~ This file is part of POOL (PHP Object-Oriented Library)
~
~ (c) Alexander Manhart <alexander@manhart-it.de>
~
~ For a list of contributors, please see the CONTRIBUTORS.md file
~ @see https://github.com/manhart/pool/blob/master/CONTRIBUTORS.md
~
~ For the full copyright and license information, please view the LICENSE
~ file that was distributed with this source code, or visit the following link:
~ @see https://github.com/manhart/pool/blob/master/LICENSE
~
~ For more information about this project:
~ @see https://github.com/manhart/pool
-->
<phpunit bootstrap="pool.lib.php" colors="true" failOnWarning="true" failOnDeprecation="true" displayDetailsOnTestsThatTriggerWarnings="true"
displayDetailsOnTestsThatTriggerDeprecations="true" testdox="true" testdoxSummary="true">
<testsuites>
<testsuite name="default">
<directory suffix="Test.php">tests</directory>
</testsuite>
</testsuites>
</phpunit>