mirror of
https://github.com/LBRYFoundation/pool.git
synced 2025-09-30 23:30:38 +00:00
13 lines
No EOL
329 B
XML
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> |