Page Menu
Home
Code
Search
Configure Global Search
Log In
Files
F392308
phpunit.xml
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
801 B
Subscribers
None
phpunit.xml
View Options
<?xml version="1.0" encoding="UTF-8"?>
<phpunit
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
bootstrap=
"vendor/autoload.php"
stopOnFailure=
"false"
xsi:noNamespaceSchemaLocation=
"https://schema.phpunit.de/10.2/phpunit.xsd"
cacheDirectory=
".phpunit.cache"
>
<coverage/>
<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"
>
./dev/tests
</directory>
</testsuite>
</testsuites>
<source>
<include>
<directory
suffix=
".php"
>
controllers/
</directory>
<directory
suffix=
".php"
>
Engines/
</directory>
<directory
suffix=
".php"
>
includes/
</directory>
</include>
</source>
</phpunit>
File Metadata
Details
Attached
Mime Type
text/xml
Expires
Sat, Feb 22, 20:27 (2 d, 7 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
21290
Default Alt Text
phpunit.xml (801 B)
Attached To
rZED Zed
Event Timeline
Log In to Comment