added tests
Showing
| ... | ... | @@ -17,6 +17,10 @@ |
| "require": { | ||
| "yiisoft/yii2": "*" | ||
| }, | ||
| "require-dev": { | ||
| "phpunit/phpunit": "~4.0", | ||
| "phpunit/dbunit": "~1.0" | ||
| }, | ||
| "autoload": { | ||
| "psr-4": { | ||
| "cornernote\\softdelete\\": "src" | ||
| ... | ... |
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