Added new (clean) yii boilerplate
This commit is contained in:
13
framework/cli/views/webapp/protected/tests/phpunit.xml
Normal file
13
framework/cli/views/webapp/protected/tests/phpunit.xml
Normal file
@@ -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>
|
||||
Reference in New Issue
Block a user