Created
August 26, 2018 12:02
-
-
Save neokree/e508632d62d27ea2352a9510e5bba27e to your computer and use it in GitHub Desktop.
Prestashop Module Development article pt. 3 - code 3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
paths: | |
tests: tests | |
output: tests/_output | |
data: tests/_data | |
support: tests/_support | |
envs: tests/_envs | |
actor_suffix: Tester | |
extensions: | |
enabled: | |
- Codeception\Extension\RunFailed | |
params: | |
- .env |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment