Skip to content

Commit

Permalink
[TEST] add codeception config
Browse files Browse the repository at this point in the history
  • Loading branch information
solverat committed Sep 16, 2024
1 parent fb05690 commit db45370
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions codeception.dist.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
namespace: DachcomBundle\Test
support_namespace: Support
actor: Tester
paths:
tests: tests
envs: tests/_envs
output: tests/_output
log: tests/_output/var/logs
data: tests/_data
support: tests/Support
bootstrap: _bootstrap.php
settings:
memory_limit: -1
colors: true
params:
- env
extensions:
enabled:
- Codeception\Extension\RunFailed

0 comments on commit db45370

Please sign in to comment.