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
0d263a12
Commit
0d263a12
authored
Jan 03, 2014
by
Carsten Brandt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added .travis.yml to basic app
issue #1744
parent
6291d0c2
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
20 additions
and
4 deletions
+20
-4
.travis.yml
apps/basic/.travis.yml
+15
-0
README.md
apps/basic/tests/README.md
+1
-2
functional.suite.yml
apps/basic/tests/functional.suite.yml
+2
-0
README.md
framework/README.md
+2
-2
No files found.
apps/basic/.travis.yml
0 → 100644
View file @
0d263a12
language
:
php
php
:
-
5.5
-
5.4
install
:
-
composer require --prefer-dist --dev "codeception/codeception *" "codeception/specify *"
before_script
:
-
php vendor/bin/codecept build
script
:
-
php vendor/bin/codecept run
\ No newline at end of file
apps/basic/tests/README.md
View file @
0d263a12
...
@@ -6,8 +6,7 @@ After creating the basic application, follow these steps to prepare for the test
...
@@ -6,8 +6,7 @@ After creating the basic application, follow these steps to prepare for the test
1.
To install
`Codeception`
and its dependencies through composer, run the following commands:
1.
To install
`Codeception`
and its dependencies through composer, run the following commands:
```
```
php composer.phar require --dev "codeception/codeception": "*"
php composer.phar require --dev "codeception/codeception *" "codeception/specify *"
php composer.phar require --dev "codeception/specify": "*"
```
```
2. In the file `_bootstrap.php`, modify the definition of the constant `TEST_ENTRY_URL` so
2. In the file `_bootstrap.php`, modify the definition of the constant `TEST_ENTRY_URL` so
...
...
apps/basic/tests/functional.suite.yml
View file @
0d263a12
...
@@ -14,4 +14,6 @@ modules:
...
@@ -14,4 +14,6 @@ modules:
-
Yii2
-
Yii2
config
:
config
:
Yii2
:
Yii2
:
url
:
'
http://localhost'
entryScript
:
'
index-test.php'
configFile
:
'
tests/functional/_config.php'
configFile
:
'
tests/functional/_config.php'
framework/README.md
View file @
0d263a12
...
@@ -12,13 +12,13 @@ The preferred way to install this extension is through [composer](http://getcomp
...
@@ -12,13 +12,13 @@ The preferred way to install this extension is through [composer](http://getcomp
Either run
Either run
```
```
php composer.phar require
yiisoft/yii2-framework "
*"
php composer.phar require
"yiisoft/yii2
*"
```
```
or add
or add
```
json
```
json
"yiisoft/yii2
-framework
"
:
"*"
"yiisoft/yii2"
:
"*"
```
```
to the require section of your composer.json.
to the require section of your composer.json.
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