Page MenuHomeDevCentral

No OneTemporary

diff --git a/phpunit.xml b/phpunit.xml
new file mode 100644
index 0000000..f124e5c
--- /dev/null
+++ b/phpunit.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<phpunit bootstrap="vendor/autoload.php"
+ convertErrorsToExceptions="true"
+ convertNoticesToExceptions="true"
+ convertWarningsToExceptions="true"
+ 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>
+ <filter>
+ <whitelist processUncoveredFilesFromWhitelist="true">
+ <directory suffix=".php">src/</directory>
+ </whitelist>
+ </filter>
+</phpunit>

File Metadata

Mime Type
text/x-diff
Expires
Mon, Nov 25, 13:57 (1 d, 7 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2256336
Default Alt Text
(902 B)

Event Timeline