Update phpunit to include basic code coverage information. re #96
Tato revize je obsažena v:
rodič
650a23c8db
revize
748913ac83
1 změněných souborů, kde bylo provedeno 21 přidání a 5 odebrání
26
phpunit.xml
26
phpunit.xml
|
@ -1,7 +1,23 @@
|
|||
<phpunit>
|
||||
<testsuites>
|
||||
<testsuite name="COPS">
|
||||
<directory>test</directory>
|
||||
</testsuite>
|
||||
</testsuites>
|
||||
|
||||
<filter>
|
||||
<whitelist addUncoveredFilesFromWhitelist="true">
|
||||
<!-- this is the path of the files included in your clover report -->
|
||||
<directory suffix=".php">./</directory>
|
||||
<exclude>
|
||||
<directory suffix=".php">./resources</directory>
|
||||
</exclude>
|
||||
<exclude>
|
||||
<directory suffix=".php">./test</directory>
|
||||
</exclude>
|
||||
</whitelist>
|
||||
</filter>
|
||||
<logging>
|
||||
<log type="coverage-clover" target="./clover.xml"/>
|
||||
</logging>
|
||||
<testsuites>
|
||||
<testsuite name="COPS">
|
||||
<directory>test</directory>
|
||||
</testsuite>
|
||||
</testsuites>
|
||||
</phpunit>
|
Načítání…
Přidat tabulku
Přidat odkaz
Odkázat v novém problému