Documentation for .env
This commit is contained in:
@@ -29,6 +29,11 @@ $ ./do install
|
||||
$ ./do update
|
||||
```
|
||||
|
||||
- Copy .env.sample to .env.
|
||||
```sh
|
||||
$ cp .env.sample .env
|
||||
```
|
||||
|
||||
# Structure.
|
||||
|
||||
- Dependencies.
|
||||
|
@@ -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
|
Reference in New Issue
Block a user