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

Commit ef88408

Browse files
authored
Merge pull request #2 from HaiD84/fix_method_signature
Remove unnecessary _after() method
2 parents 5b9d756 + 0a5b49f commit ef88408

File tree

9 files changed

+13
-2776
lines changed

9 files changed

+13
-2776
lines changed

.gitignore

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ vendor/
33
.buildpath
44
.settings
55
.project
6-
7-
# Commit your application's lock file http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file
8-
# You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file
9-
# composer.lock
6+
composer.lock
7+
tests/tests/_output/
8+
tests/tests/_support/_generated/

composer.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@
2929
"wiremock-php/wiremock-php" : "^1.43"
3030
},
3131
"require-dev" : {
32+
"codeception/codeception" : "^2.1",
33+
"guzzlehttp/guzzle" : ">=4.0 <7.0",
3234
"phing/phing" : "^2.12.0",
3335
"squizlabs/php_codesniffer" : "^2.3.4",
3436
"phpmd/phpmd" : "^2.3.2",

src/Module/WireMock.php

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,4 @@ public function receivedRequestToWireMock($builderOrCount, RequestPatternBuilder
7070
{
7171
$this->wireMock->verify($builderOrCount, $builder);
7272
}
73-
74-
/**
75-
* {@inheritDoc}
76-
* @see \Codeception\Module::_after()
77-
*/
78-
public function _after(TestCase $testCase)
79-
{
80-
parent::_after($testCase);
81-
}
8273
}

tests/codeception.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,3 @@ extensions:
2121
https-port: 18443
2222
logs-path: /tmp
2323
start-delay: 1
24-
modules:
25-
config:
26-
Db:
27-
dsn: ''
28-
user: ''
29-
password: ''
30-
dump: tests/_data/dump.sql

tests/tests/_data/dump.sql

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)