Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yii2
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PSDI Army
yii2
Commits
985f076b
Commit
985f076b
authored
May 04, 2013
by
Taufan Aditya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Testsuite config
parent
6a631ac3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
2 deletions
+9
-2
phpunit.xml.dist
phpunit.xml.dist
+9
-2
No files found.
tests/unit/phpunit.xml
→
phpunit.xml.dist
View file @
985f076b
<phpunit
bootstrap=
"bootstrap.php"
colors=
"false"
<?xml version="1.0" encoding="utf-8"?>
<phpunit
bootstrap=
"./tests/unit/bootstrap.php"
colors=
"true"
convertErrorsToExceptions=
"true"
convertNoticesToExceptions=
"true"
convertWarningsToExceptions=
"true"
stopOnFailure=
"false"
>
<testsuites>
<testsuite
name=
"Yii Test Suite"
>
<directory>
./tests/unit
</directory>
</testsuite>
</testsuites>
</phpunit>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment