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
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Rotua Panjaitan
yii2
Commits
a043be3e
Commit
a043be3e
authored
Oct 28, 2013
by
Carsten Brandt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added README for unit tests
as requested in issue #1084
parent
c0595895
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
42 additions
and
0 deletions
+42
-0
README.md
tests/README.md
+42
-0
No files found.
tests/README.md
0 → 100644
View file @
a043be3e
Yii 2.0 Unit tests
==================
DIRECTORY STRUCTURE
-------------------
unit/ Unit tests to run with PHPUnit
data/ models, config and other test data
config.php this file contains configuration for database and caching backends
framework/ the framework unit tests
runtime/ the application runtime dir for the yii test app
web/ webapp for functional testing
HOW TO RUN THE TESTS
--------------------
Make sure you have PHPUnit installed.
Run PHPUnit in the yii repo base directory.
```
php
phpunit
```
You can run tests for specific groups only:
```
php
phpunit
--
group
=
mysql
,
base
,
i18n
```
You can get a list of available groups via
`phpunit --list-groups`
.
TEST CONFIGURATION
------------------
PHPUnit configuration is in
`phpunit.xml.dist`
in repository root folder.
You can create your own phpunit.xml to override dist config.
Database and other backend system configuration can be found in
`unit/data/config.php`
adjust them to your needs to allow testing databases and caching in your environment.
\ 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