Bootstrap email-editor unit tests
I also replaced using verify function by asserts, which will be removed in the higher version of phpunit. [MAILPOET-6216]
This commit is contained in:
18
packages/php/email-editor/codeception.yml
Normal file
18
packages/php/email-editor/codeception.yml
Normal file
@ -0,0 +1,18 @@
|
||||
namespace: Tests
|
||||
support_namespace: Support
|
||||
paths:
|
||||
actor_suffix: Tester
|
||||
tests: tests
|
||||
output: tests/_output
|
||||
data: tests/_data
|
||||
support: tests/_support
|
||||
envs: tests/_envs
|
||||
bootstrap: _bootstrap.php
|
||||
settings:
|
||||
colors: true
|
||||
memory_limit: 1024M
|
||||
log: true
|
||||
strict_xml: true
|
||||
extensions:
|
||||
enabled:
|
||||
- Codeception\Extension\RunFailed
|
Reference in New Issue
Block a user