Skip to content

Commit af12e69

Browse files
committed
Added first tests
1 parent a202350 commit af12e69

File tree

9 files changed

+1834
-2
lines changed

9 files changed

+1834
-2
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: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,14 @@
2525
"php": ">=5.4.0",
2626
"yiisoft/yii2": "*"
2727
},
28+
"require-dev": {
29+
"phpunit/phpunit": "5.4.*"
30+
},
2831
"autoload": {
2932
"psr-4": {
3033
"unclead\\widgets\\examples\\": "examples/",
31-
"unclead\\widgets\\": "src/"
34+
"unclead\\widgets\\": "src/",
35+
"unclead\\multipleinput\\tests\\": "tests/"
3236
}
3337
}
3438
}

0 commit comments

Comments
 (0)