Skip to content

Commit 8201bfd

Browse files
committed
Merge branch 'tests' into dev-2.0
2 parents 9d4967c + af12e69 commit 8201bfd

File tree

9 files changed

+1832
-1
lines changed

9 files changed

+1832
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
.idea/*
2-
/node_modules
2+
node_modules/
3+
vendor/

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525
"php": ">=5.4.0",
2626
"yiisoft/yii2": "*"
2727
},
28+
"require-dev": {
29+
"phpunit/phpunit": "5.4.*"
30+
},
2831
"autoload": {
2932
"psr-4": {
3033
"yii\\multipleinput\\examples\\": "examples/",

0 commit comments

Comments
 (0)