Fix outdated codeception config directive

This commit is contained in:
Kijin Sung 2025-05-11 13:47:14 +09:00
parent b249df71b6
commit b46e51acb1

View file

@ -1,7 +1,7 @@
actor: Tester actor: Tester
paths: paths:
tests: tests tests: tests
log: tests/_output output: tests/_output
data: tests/_data data: tests/_data
helpers: tests/_support helpers: tests/_support
bootstrap: _bootstrap.php bootstrap: _bootstrap.php