12 lines
270 B
XML
12 lines
270 B
XML
|
|
<phpunit bootstrap="bootstrap.php"
|
||
|
|
colors="false"
|
||
|
|
convertErrorsToExceptions="true"
|
||
|
|
convertNoticesToExceptions="true"
|
||
|
|
convertWarningsToExceptions="true"
|
||
|
|
stopOnFailure="false">
|
||
|
|
|
||
|
|
<selenium>
|
||
|
|
<browser name="Firefox" browser="*firefox" />
|
||
|
|
</selenium>
|
||
|
|
|
||
|
|
</phpunit>
|