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
9c2dd283
Commit
9c2dd283
authored
Feb 16, 2014
by
Mark
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
improved dependencies, guide
parent
bf35e19d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletion
+10
-1
README.md
apps/advanced/README.md
+3
-1
composer.json
apps/advanced/composer.json
+7
-0
No files found.
apps/advanced/README.md
View file @
9c2dd283
...
...
@@ -91,8 +91,10 @@ the installed application. You only need to do these once for all.
TESTING
-------
This application boilerplate use database in testing, so you should create three databases that are used in tests:
1.
Install additional composer packages:
*
`php composer.phar require --dev "codeception/codeception: 1.8.*@dev" "codeception/specify: *" "codeception/verify: *"`
2.
This application boilerplate use database in testing, so you should create three databases that are used in tests:
*
`yii2_advanced_unit`
- database for unit tests;
*
`yii2_advanced_functional`
- database for functional tests;
*
`yii2_advanced_acceptance`
- database for acceptance tests;
...
...
apps/advanced/composer.json
View file @
9c2dd283
...
...
@@ -20,9 +20,16 @@
"yiisoft/yii2-swiftmailer"
:
"*"
},
"require-dev"
:
{
"yiisoft/yii2-codeception"
:
"*"
,
"yiisoft/yii2-debug"
:
"*"
,
"yiisoft/yii2-gii"
:
"*"
},
"suggest"
:
{
"codeception/codeception"
:
"Codeception, 1.8.*@dev is currently works well with Yii."
,
"codeception/specify"
:
"BDD style code blocks for PHPUnit and Codeception"
,
"codeception/verify"
:
"BDD Assertions for PHPUnit and Codeception"
,
"yiisoft/yii2-faker"
:
"Fixtures generator for Yii2 based on Faker lib"
},
"scripts"
:
{
"post-create-project-cmd"
:
[
"yii
\\
composer
\\
Installer::setPermission"
...
...
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