Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
Remove unnecessary _after() method to fix compatibility with different
Browse files Browse the repository at this point in the history
codeception method signatures
  • Loading branch information
HaiD84 committed Sep 18, 2019
1 parent 5b9d756 commit 0a5b49f
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 2,776 deletions.
7 changes: 3 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ vendor/
.buildpath
.settings
.project

# Commit your application's lock file http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file
# You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file
# composer.lock
composer.lock
tests/tests/_output/
tests/tests/_support/_generated/
2 changes: 2 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
"wiremock-php/wiremock-php" : "^1.43"
},
"require-dev" : {
"codeception/codeception" : "^2.1",
"guzzlehttp/guzzle" : ">=4.0 <7.0",
"phing/phing" : "^2.12.0",
"squizlabs/php_codesniffer" : "^2.3.4",
"phpmd/phpmd" : "^2.3.2",
Expand Down
9 changes: 0 additions & 9 deletions src/Module/WireMock.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,4 @@ public function receivedRequestToWireMock($builderOrCount, RequestPatternBuilder
{
$this->wireMock->verify($builderOrCount, $builder);
}

/**
* {@inheritDoc}
* @see \Codeception\Module::_after()
*/
public function _after(TestCase $testCase)
{
parent::_after($testCase);
}
}
7 changes: 0 additions & 7 deletions tests/codeception.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,3 @@ extensions:
https-port: 18443
logs-path: /tmp
start-delay: 1
modules:
config:
Db:
dsn: ''
user: ''
password: ''
dump: tests/_data/dump.sql
1 change: 0 additions & 1 deletion tests/tests/_data/dump.sql

This file was deleted.

Loading

0 comments on commit 0a5b49f

Please sign in to comment.