Skip to content
This repository has been archived by the owner on Jan 17, 2022. It is now read-only.

Commit

Permalink
fix(composer): Resolve upgrade issues (#83)
Browse files Browse the repository at this point in the history
- Fix feature test: `SymfonyMessengerSwooleTaskTransportTest::testStartServerDispatchMessage`
- Change phpdoc for: `TestAppKernel::configureRoutes`
  • Loading branch information
k911 committed Nov 30, 2019
1 parent a87bcf8 commit 92285ac
Show file tree
Hide file tree
Showing 5 changed files with 630 additions and 566 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Expand Up @@ -277,6 +277,9 @@ jobs:
- run:
name: Shellcheck ".circleci" directory
command: shellcheck .circleci/*.sh
- run:
name: Shellcheck "tests" directory
command: shellcheck tests/*.sh

validate-commit-message:
docker:
Expand Down

0 comments on commit 92285ac

Please sign in to comment.