diff options
| author | tzur <tzur@ccwn.org> | 2012-04-15 15:30:09 +0200 |
|---|---|---|
| committer | tzur <tzur@ccwn.org> | 2012-04-15 15:30:09 +0200 |
| commit | 5b2095abddf9d0596a7715879357e8d9a3b786b2 (patch) | |
| tree | 0c2b6fdc1484b697b1a3740582a906fb51c1d64f /protected/tests/phpunit.xml | |
Initial version
Diffstat (limited to 'protected/tests/phpunit.xml')
| -rw-r--r-- | protected/tests/phpunit.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/protected/tests/phpunit.xml b/protected/tests/phpunit.xml new file mode 100644 index 0000000..22c96ff --- /dev/null +++ b/protected/tests/phpunit.xml @@ -0,0 +1,13 @@ +<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>
\ No newline at end of file |
