Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3916022
D1598.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
880 B
Referenced Files
None
Subscribers
None
D1598.diff
View Options
diff --git a/phpunit.xml b/phpunit.xml
new file mode 100644
--- /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
Details
Attached
Mime Type
text/plain
Expires
Fri, Dec 20, 23:42 (17 h, 9 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2308589
Default Alt Text
D1598.diff (880 B)
Attached To
Mode
D1598: Configure PHPUnit
Attached
Detach File
Event Timeline
Log In to Comment