Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F12242811
phpunit.xml
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
2 KB
Referenced Files
None
Subscribers
None
phpunit.xml
View Options
<?xml version="1.0" encoding="UTF-8"?>
<!--
=============================================================
PHPUnit configuration
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Project: Keruald
License: Trivial work, not eligible to copyright
Source file: _templates/phpunit.xml.in
=============================================================
<auto-generated>
This file is automatically generated from a template.
Changes to this file may cause incorrect behavior
and will be lost if the state is redeployed.
</auto-generated>
-->
<phpunit
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation=
"https://schema.phpunit.de/10.3/phpunit.xsd"
displayDetailsOnTestsThatTriggerDeprecations=
"true"
displayDetailsOnTestsThatTriggerErrors=
"true"
displayDetailsOnTestsThatTriggerWarnings=
"true"
displayDetailsOnTestsThatTriggerNotices=
"true"
bootstrap=
"vendor/autoload.php"
cacheDirectory=
".phpunit.cache"
stopOnFailure=
"false"
>
<php>
<ini
name=
"display_errors"
value=
"On"
/>
<ini
name=
"display_startup_errors"
value=
"On"
/>
<ini
name=
"error_reporting"
value=
"On"
/>
</php>
<testsuites>
<testsuite
name=
"Unit tests for keruald/cache"
>
<directory
suffix=
"Test.php"
>
./cache/tests
</directory>
</testsuite>
<testsuite
name=
"Unit tests for keruald/commands"
>
<directory
suffix=
"Test.php"
>
./commands/tests
</directory>
</testsuite>
<testsuite
name=
"Unit tests for keruald/database"
>
<directory
suffix=
"Test.php"
>
./database/tests
</directory>
</testsuite>
<testsuite
name=
"Unit tests for keruald/github"
>
<directory
suffix=
"Test.php"
>
./github/tests
</directory>
</testsuite>
<testsuite
name=
"Unit tests for keruald/omnitools"
>
<directory
suffix=
"Test.php"
>
./omnitools/tests
</directory>
</testsuite>
<testsuite
name=
"Unit tests for keruald/report"
>
<directory
suffix=
"Test.php"
>
./report/tests
</directory>
</testsuite>
</testsuites>
<source>
<include>
<directory
suffix=
".php"
>
cache/src/
</directory>
<directory
suffix=
".php"
>
commands/src/
</directory>
<directory
suffix=
".php"
>
database/src/
</directory>
<directory
suffix=
".php"
>
github/src/
</directory>
<directory
suffix=
".php"
>
omnitools/src/
</directory>
<directory
suffix=
".php"
>
report/src/
</directory>
</include>
</source>
</phpunit>
File Metadata
Details
Attached
Mime Type
text/xml
Expires
Sun, Oct 12, 10:35 (8 h, 57 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3065764
Default Alt Text
phpunit.xml (2 KB)
Attached To
Mode
rKERUALD Keruald libraries development repository
Attached
Detach File
Event Timeline
Log In to Comment