Skip to content

Commit 3e57b17

Browse files
authored
Update README.md
1 parent e52996c commit 3e57b17

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ extensions:
4444
startDelay: 1 # default to 0
4545
expectations_path: /my/expectations/path
4646
```
47+
Note: Since Codeception version 2.2.7, extensions configuration can be added directly in the suite configuration file. That will avoid phiremock to be started for every suite.
4748
4849
Phiremock uses annotations internally. To be able to run the extension, the annotations autoloader must be activated. To do this, you must add the next lines in the bootstrap file where you include your composer autoloader:
4950
```php

0 commit comments

Comments
 (0)