테스트 설정 정리

This commit is contained in:
bnu 2015-05-22 16:50:11 +09:00
parent 91497fd77b
commit b1e730d17e
16 changed files with 224 additions and 2388 deletions

View file

@ -1,5 +1,2 @@
<?php
// Here you can initialize variables that will be available to your tests
\Codeception\Util\Autoload::registerSuffix('Steps', __DIR__.DIRECTORY_SEPARATOR.'_steps');
\Codeception\Util\Autoload::registerSuffix('Page', __DIR__.DIRECTORY_SEPARATOR.'_pages');