Documentation for .env

This commit is contained in:
marco
2015-07-21 22:17:00 +02:00
parent 73288dcf2e
commit ffd1cf2fca
2 changed files with 5 additions and 15 deletions

View File

@@ -29,6 +29,11 @@ $ ./do install
$ ./do update
```
- Copy .env.sample to .env.
```sh
$ cp .env.sample .env
```
# Structure.
- Dependencies.

View File

@@ -1,15 +0,0 @@
# Codeception Test Suite Configuration
#
# Suite for acceptance tests.
# Perform tests in browser using the WebDriver or PhpBrowser.
# If you need both WebDriver and PHPBrowser tests - create a separate suite.
class_name: AcceptanceTester
modules:
enabled:
- WebDriver:
url: 'http://127.0.0.1:8888'
browser: phantomjs
wait: 1
restart: true
- \Helper\Acceptance