Page MenuHomePhorge

phpunit.xml
No OneTemporary

Authored By
Unknown
Size
818 B
Referenced Files
None
Subscribers
None

phpunit.xml

<?xml version="1.0"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
backupGlobals="false"
bootstrap="bootstrap.php"
colors="true"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd"
>
<coverage/>
<testsuites>
<testsuite name="Logon">
<directory suffix="Test.php">Logon</directory>
</testsuite>
<testsuite name="Contacts">
<directory suffix="Test.php">Contacts</directory>
</testsuite>
<testsuite name="Settings">
<directory suffix="Test.php">Settings</directory>
</testsuite>
<testsuite name="Mail">
<directory suffix="Test.php">Mail</directory>
</testsuite>
<testsuite name="Plugins">
<directory suffix="Test.php">../../plugins/*/tests/Browser</directory>
</testsuite>
</testsuites>
</phpunit>

File Metadata

Mime Type
text/xml
Expires
Sat, Apr 4, 2:43 AM (4 d, 23 h ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
7f/20/dce7d1080f1fd501d9372dd9a6c6
Default Alt Text
phpunit.xml (818 B)

Event Timeline