Page MenuHomePhorge

phpunit.xml
No OneTemporary

Size
727 B
Referenced Files
None
Subscribers
None

phpunit.xml

<phpunit backupGlobals="false"
bootstrap="bootstrap.php"
colors="true">
<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/plain
Expires
Fri, May 22, 4:27 AM (1 d, 21 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
625384
Default Alt Text
phpunit.xml (727 B)

Event Timeline