Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 2379

Přidáno uživatelem Ondřej Fibich před téměř 10 roky(ů)

Novinky: config XML file for PHPUnit

Zobrazit rozdíly:

freenetis/branches/1.2/phpunit.xml
<?xml version="1.0" encoding="UTF-8"?>
<phpunit backupGlobals="false"
backupStaticAttributes="false"
bootstrap="index.php"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false"
syntaxCheck="false">
<testsuites>
<testsuite name="FreenetIS Test Suite">
<directory suffix=".php">./tests/</directory>
</testsuite>
</testsuites>
</phpunit>

Také k dispozici: Unified diff