Skip to content

Commit

Permalink
Use testcraft.test
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Welch committed Jul 3, 2020
1 parent 194ccf5 commit 8b17588
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ build:
mysql:
version: 5.7
hosts:
craft.test: '127.0.0.1'
testcraft.test: '127.0.0.1'
variables:
DB_DSN: 'mysql:host=localhost;port=3306;dbname=testcraft'
DB_USER: 'root'
DB_PASSWORD: ''
DB_SCHEMA: ''
DB_TABLE_PREFIX: ''
SECURITY_KEY: 'abcde12345'
DEFAULT_SITE_URL: 'http://craft.test/'
DEFAULT_SITE_URL: 'http://testcraft.test/'
cache:
directories:
- node_modules/
Expand Down
2 changes: 1 addition & 1 deletion codeception.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ modules:
config:
\craft\test\Craft:
configFile: 'tests/_craft/config/test.php'
entryUrl: 'http://craft.test/index.php'
entryUrl: 'http://testcraft.test/index.php'
projectConfig: {}
migrations: []
plugins:
Expand Down
2 changes: 1 addition & 1 deletion tests/.env
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ DB_PASSWORD="secret"
DB_SCHEMA=""
DB_TABLE_PREFIX=""
SECURITY_KEY="abcde12345"
DEFAULT_SITE_URL="http://craft.test/"
DEFAULT_SITE_URL="http://testcraft.test/"

0 comments on commit 8b17588

Please sign in to comment.