Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3768799
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
2 KB
Referenced Files
None
Subscribers
None
View Options
diff --git a/phpunit.xml b/phpunit.xml
index d89b546..e545b4e 100644
--- a/phpunit.xml
+++ b/phpunit.xml
@@ -1,61 +1,65 @@
<?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/x-diff
Expires
Mon, Nov 25, 10:34 (1 d, 17 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2260014
Default Alt Text
(2 KB)
Attached To
Mode
rKERUALD Keruald libraries development repository
Attached
Detach File
Event Timeline
Log In to Comment