mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
codeception 추가
- unit test 이전
This commit is contained in:
parent
6d093aed91
commit
dd667fd578
32 changed files with 5462 additions and 0 deletions
17
composer.json
Normal file
17
composer.json
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"name": "xpressengine/xe-core",
|
||||
"license": "GNU LGPL",
|
||||
"authors": [
|
||||
{
|
||||
"name": "NAVER",
|
||||
"email": "developers@xpressengine.com"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
},
|
||||
"require-dev": {
|
||||
"codeception/codeception": "~2.0",
|
||||
"codeception/verify": "0.2.*",
|
||||
"codeception/specify": "0.4.*"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue