Page MenuHomeDevCentral

D3234.id8307.diff
No OneTemporary

D3234.id8307.diff

diff --git a/cache/phpunit.xml b/cache/phpunit.xml
new file mode 100644
--- /dev/null
+++ b/cache/phpunit.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.3/phpunit.xsd"
+ bootstrap="vendor/autoload.php"
+ 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">
+ <directory suffix="Test.php">./tests</directory>
+ </testsuite>
+ </testsuites>
+ <source>
+ <include>
+ <directory suffix=".php">src/</directory>
+ </include>
+ </source>
+</phpunit>

File Metadata

Mime Type
text/plain
Expires
Mon, Nov 25, 18:49 (19 h, 39 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2262825
Default Alt Text
D3234.id8307.diff (869 B)

Event Timeline