Skip to content

Commit

Permalink
Support callback response logging for integration testing (#325)
Browse files Browse the repository at this point in the history
  • Loading branch information
webignition committed Nov 22, 2018
1 parent 18edc14 commit 3a4284f
Show file tree
Hide file tree
Showing 25 changed files with 1,342 additions and 124 deletions.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,7 @@ install:
- ./travis-ci/init.sh

script:
- cd docker && docker-compose exec -T app-web env APP_ENV=test composer ci
- cd docker
- docker-compose exec -T app-web env APP_ENV=test composer ci
- ASYNC_HTTP_RETRIEVER_APP_ENV=prod docker-compose -f docker-compose.yml -f docker-compose.dev.yml up -d --build
- docker-compose exec -T app-cli env APP_ENV=test ./vendor/bin/phpunit tests/Integration
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,12 @@
"symfony/yaml": "*",
"webignition/guzzle-curl-exception": "^1",
"webignition/http-headers": ">=0.1,<1",
"webignition/http-history-container": ">=0.3,<1"
"webignition/http-history-container": ">=0.3,<1",
"webignition/internet-media-type": "^2"
},
"require-dev": {
"mockery/mockery": "^1",
"php-mock/php-mock-mockery": "^1",
"phpunit/phpunit": "~7.0",
"squizlabs/php_codesniffer": "3.*",
"symfony/browser-kit": "*",
Expand Down

0 comments on commit 3a4284f

Please sign in to comment.