This commit is contained in:
Xes
2025-08-14 22:41:49 +02:00
parent 2de81ccc46
commit 8ce45119b6
39774 changed files with 4309466 additions and 0 deletions

21
vendor/szymach/c-pchart/codeception.yml vendored Normal file
View File

@@ -0,0 +1,21 @@
---
namespace: Test\CpChart
paths:
tests: tests
output: tests/_output
data: tests/_data
support: tests/_support
actor_suffix: Tester
extensions:
enabled:
- Codeception\Extension\RunFailed
coverage:
enabled: true
include:
- src/*
settings:
be_strict_about_changes_to_global_state: true
convert_deprecations_to_exceptions: true
colors: true
error_level: E_ALL | E_STRICT | E_DEPRECATED
report_useless_tests: true