added tests
Showing
| ... | @@ -17,6 +17,10 @@ | ... | @@ -17,6 +17,10 @@ |
| "require": { | "require": { | ||
| "yiisoft/yii2": "*" | "yiisoft/yii2": "*" | ||
| }, | }, | ||
| "require-dev": { | |||
| "phpunit/phpunit": "~4.0", | |||
| "phpunit/dbunit": "~1.0" | |||
| }, | |||
| "autoload": { | "autoload": { | ||
| "psr-4": { | "psr-4": { | ||
| "cornernote\\softdelete\\": "src" | "cornernote\\softdelete\\": "src" | ||
| ... | ... |
This diff is collapsed.
tests/unit/bootstrap.php
0 → 100644
tests/unit/data/test.xml
0 → 100644
tests/unit/models/PostA.php
0 → 100644
tests/unit/models/PostB.php
0 → 100644
Please
register
or
sign in
to comment