Skip to content

Commit

Permalink
Remove unnecessary configuration from codeception.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Naktibalda committed Dec 25, 2022
1 parent 3722779 commit a6e6dab
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions codeception.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,6 @@ settings:
be_strict_about_changes_to_global_state: false
report_useless_tests: true

modules:
config:
AMQP:
host: 'localhost'
port: '5672'
username: 'guest'
password: 'guest'
vhost: '/'
queues: [queue1, queue2]

extensions:
enabled: [Codeception\Extension\RunFailed]
config:
Expand All @@ -34,5 +24,3 @@ coverage:
enabled: true
include:
- src/Codeception/Command/*
- src/Codeception/Module/Symfony.php
- src/Codeception/Module/Doctrine2.php

0 comments on commit a6e6dab

Please sign in to comment.