Skip to content

Commit

Permalink
Fix intergration tests paths
Browse files Browse the repository at this point in the history
Signed-off-by: Roeland Jago Douma <[email protected]>
  • Loading branch information
rullzer committed Apr 28, 2017
1 parent b6964bc commit 8c5781b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/integration/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

"autoload": {
"psr-0": {
"": ["../../../../tests/integration/features/bootstrap/","features/bootstrap"]
"": ["../../../../build/integration/features/bootstrap/","features/bootstrap"]

}
}
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ mkdir -p output
composer install

NC_PATH=../../../../
CORE_INT_TESTS_PATH=tests/integration/
CORE_INT_TESTS_PATH=build/integration/

cd "$NC_PATH""$CORE_INT_TESTS_PATH"
composer install
Expand Down

0 comments on commit 8c5781b

Please sign in to comment.