Page MenuHomePhorge

phpunit.xml
No OneTemporary

Authored By
Unknown
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
Mon, Apr 6, 1:35 AM (3 d, 16 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18775815
Default Alt Text
phpunit.xml (727 B)

Event Timeline