選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
|
- namespace: tests\codeception\console
- actor: Tester
- paths:
- tests: .
- log: _output
- data: _data
- helpers: _support
- settings:
- bootstrap: _bootstrap.php
- suite_class: \PHPUnit_Framework_TestSuite
- colors: true
- memory_limit: 1024M
- log: true
|