選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

12 行
360B

  1. # Codeception Test Suite Configuration
  2. #
  3. # Suite for functional tests
  4. # Emulate web requests and make application process them
  5. # Include one of framework modules (Symfony2, Yii2, Laravel5) to use it
  6. # Remove this suite if you don't use frameworks
  7. actor: FunctionalTester
  8. modules:
  9. enabled:
  10. # add a framework module here
  11. - \Helper\Functional