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
220e6dc4
Commit
220e6dc4
authored
Nov 14, 2013
by
Qiang Xue
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added readme about tests.
parent
cd7a4a67
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
+15
-0
README.md
apps/basic/tests/README.md
+15
-0
No files found.
apps/basic/tests/README.md
0 → 100644
View file @
220e6dc4
This folder contains various tests for the basic application.
These tests are developed with
[
Codeception PHP Testing Framework
](
http://codeception.com/
)
.
To run the tests, follow these steps:
1.
[
Install Codeception
](
http://codeception.com/quickstart
)
if you do not have it yet.
2.
Create test configuration files based on your environment:
-
Copy
`acceptance.suite.dist.yml`
to
`acceptance.suite.yml`
and customize it;
-
Copy
`functional.suite.dist.yml`
to
`functional.suite.yml`
and customize it;
-
Copy
`unit.suite.dist.yml`
to
`unit.suite.yml`
and customize it.
3.
Switch to the parent folder and run tests:
```
php codecept.phar run
```
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