Skip to content

Commit

Permalink
Remove test_symfony_console_conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
mglaman committed Feb 2, 2022
1 parent 2a938c4 commit e48c6c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 15 deletions.
13 changes: 0 additions & 13 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,18 +171,6 @@ jobs:
name: Run against a module
command: |
drupal-check /tmp/drupal/web/core/modules/dynamic_page_cache
test_symfony_console_conflict:
<<: *defaults
steps:
- setup-job
- run: mkdir -p /tmp/example
- run: composer require behat/behat:^3.0 drush/drush:^9 --working-dir /tmp/example
- run: |
composer config repositories.0 '{"type": "path", "url": "~/repo", "options": { "symlink": false }}' --working-dir /tmp/example
- run: |
composer require mglaman/drupal-check *@dev --working-dir /tmp/example
- run: |
/tmp/example/vendor/bin/drupal-check --version
test_contained_not_initialized:
<<: *defaults
steps:
Expand All @@ -205,7 +193,6 @@ workflows:
- test_drupal
- test_drupal_project
- test_global_require_with_drush
- test_symfony_console_conflict
- test_contrib
- test_contained_not_initialized
- test_drupal_local_require
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"mglaman/phpstan-drupal": "^1.0.0",
"nette/neon": "^3.1",
"phpstan/phpstan-deprecation-rules": "^1.0.0",
"symfony/console": "~3.4.5 || ^4.2|| ^5.0 || ^6.0",
"symfony/process": "~3.4.5 || ^4.2|| ^5.0 || ^6.0",
"": "~3.4.5 || ^4.2|| ^5.0 || ^6.0",
"symfony/psymfony/consolerocess": "~3.4.5 || ^4.2|| ^5.0 || ^6.0",
"webflo/drupal-finder": "^1.1"
},
"require-dev": {
Expand Down

0 comments on commit e48c6c4

Please sign in to comment.