Skip to content
This repository has been archived by the owner on Feb 4, 2019. It is now read-only.

Commit

Permalink
Fixed wrong path in test config
Browse files Browse the repository at this point in the history
  • Loading branch information
stereomon committed Apr 5, 2016
1 parent 27ad1f5 commit 833496f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion codeception.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
actor: Tester

include:
- vendor/spryker/spryker/Bundles/*
- vendor/spryker/*

paths:
tests: tests
Expand Down
2 changes: 1 addition & 1 deletion config/Shared/config_default-test.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@
$config[ApplicationConstants::JENKINS_BASE_URL] = 'http://' . $config[ApplicationConstants::HOST_ZED_GUI] . ':10007/jenkins';
$config[ApplicationConstants::JENKINS_DIRECTORY] = '/data/shop/development/shared/data/common/jenkins';

$config[ApplicationConstants::APPLICATION_SPRYKER_ROOT] = APPLICATION_ROOT_DIR . '/vendor/spryker/spryker/Bundles';
$config[ApplicationConstants::APPLICATION_SPRYKER_ROOT] = APPLICATION_ROOT_DIR . '/vendor/spryker';

0 comments on commit 833496f

Please sign in to comment.