diff options
| author | Patrick Seeger <pseeger@ccwn.org> | 2012-04-13 23:44:38 +0200 |
|---|---|---|
| committer | Patrick Seeger <pseeger@ccwn.org> | 2012-04-13 23:44:38 +0200 |
| commit | 69bffb7fe85347621f41c0baed839452e72930e1 (patch) | |
| tree | 8446bced1732932fd741e91ff8dba88b1e56693b /protected/tests/phpunit.xml | |
| parent | a098922f681a9a1362202580a26b132501df4b1b (diff) | |
Erstes Yii Projekt
Diffstat (limited to '')
| -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 |
