Page MenuHomePhorge

phpunit.xml
No OneTemporary

Authored By
Unknown
Size
2 KB
Referenced Files
None
Subscribers
None

phpunit.xml

<?xml version="1.0" encoding="UTF-8"?>
<phpunit backupGlobals="false"
backupStaticAttributes="false"
bootstrap="vendor/autoload.php"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false">
<testsuites>
<testsuite name="Unit">
<directory suffix="Test.php">tests/Unit</directory>
</testsuite>
<testsuite name="Functional">
<directory suffix="Test.php">tests/Functional</directory>
</testsuite>
<testsuite name="Feature">
<directory suffix="Test.php">tests/Feature</directory>
</testsuite>
<testsuite name="Browser">
<directory suffix="Test.php">tests/Browser</directory>
<exclude>tests/Browser/Reseller/DashboardTest.php</exclude>
<exclude>tests/Browser/Reseller/DistlistTest.php</exclude>
<exclude>tests/Browser/Reseller/DomainTest.php</exclude>
<exclude>tests/Browser/Reseller/InvitationsTest.php</exclude>
<exclude>tests/Browser/Reseller/LogonTest.php</exclude>
<exclude>tests/Browser/Reseller/PaymentMollieTest.php</exclude>
<exclude>tests/Browser/Reseller/ResourceTest.php</exclude>
<exclude>tests/Browser/Reseller/SharedFolderTest.php</exclude>
<exclude>tests/Browser/Reseller/StatsTest.php</exclude>
<exclude>tests/Browser/Reseller/UserTest.php</exclude>
<exclude>tests/Browser/Reseller/WalletTest.php</exclude>
<exclude>tests/Browser/Reseller/UserFinancesTest.php</exclude>
<exclude>tests/Browser/LogonTest.php</exclude>
<exclude>tests/Browser/SignupTest.php</exclude>
<exclude>tests/Browser/PaymentStripeTest.php</exclude>
<exclude>tests/Browser/Meet/RoomSetupTest.php</exclude>
<exclude>tests/Browser/Meet/RoomControlsTest.php</exclude>
<exclude>tests/Browser/Meet/RoomModeratorTest.php</exclude>
</testsuite>
</testsuites>
<coverage processUncoveredFiles="true">
<include>
<directory suffix=".php">./app</directory>
</include>
</coverage>
<logging>
<testdoxHtml outputFile="./tests/report/testdox.html" />
</logging>
<php>
<server name="APP_ENV" value="testing"/>
<server name="APP_DEBUG" value="true"/>
<server name="BCRYPT_ROUNDS" value="4"/>
<server name="MAIL_MAILER" value="array"/>
<server name="QUEUE_CONNECTION" value="sync"/>
<server name="SESSION_DRIVER" value="array"/>
<server name="SWOOLE_HTTP_ACCESS_LOG" value="false"/>
<server name="PGP_LENGTH" value="1024"/>
</php>
</phpunit>

File Metadata

Mime Type
text/xml
Expires
Sat, Apr 4, 9:38 AM (3 w, 5 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
1a/26/ce76c3da909342fca94383e6fa05
Default Alt Text
phpunit.xml (2 KB)

Event Timeline