mirror of
https://github.com/yiisoft/yii.git
synced 2026-03-03 14:54:04 +01:00
13 lines
329 B
XML
13 lines
329 B
XML
<phpunit bootstrap="bootstrap.php"
|
|
colors="false"
|
|
convertErrorsToExceptions="true"
|
|
convertNoticesToExceptions="true"
|
|
convertWarningsToExceptions="true"
|
|
stopOnFailure="false">
|
|
|
|
<selenium>
|
|
<browser name="Internet Explorer" browser="*iexplore" />
|
|
<browser name="Firefox" browser="*firefox" />
|
|
</selenium>
|
|
|
|
</phpunit> |