pool/web/framework-1.1.17/cli/views/webapp/protected/tests/phpunit.xml
2016-05-01 18:54:49 +02:00

13 lines
No EOL
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>