codeception 추가

- unit test 이전
This commit is contained in:
bnu 2015-04-10 17:00:57 +09:00
parent 6d093aed91
commit dd667fd578
32 changed files with 5462 additions and 0 deletions

6
tests/unit.suite.yml Normal file
View file

@ -0,0 +1,6 @@
# Codeception Test Suite Configuration
# suite for unit (internal) tests.
class_name: UnitTester
modules:
enabled: [Asserts, UnitHelper]