1
0
www.mikescher.com/www/protected/tests/phpunit.xml

13 lines
329 B
XML
Raw Normal View History

2014-05-13 12:40:42 +02:00
<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>