Skip to content

Commit

Permalink
Merge pull request #2 from cyhalothrin/master
Browse files Browse the repository at this point in the history
added tests
  • Loading branch information
arogachev committed Dec 29, 2015
2 parents 03f3bb1 + 87e8f97 commit 7f662ab
Show file tree
Hide file tree
Showing 26 changed files with 2,187 additions and 1 deletion.
27 changes: 27 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# phpstorm project files
.idea

# netbeans project files
nbproject

# zend studio for eclipse project files
.buildpath
.project
.settings

# windows thumbnail cache
Thumbs.db

# composer vendor dir
/vendor

# composer itself is not needed
composer.phar

# Mac DS_Store Files
.DS_Store

# phpunit itself is not needed
phpunit.phar
# local phpunit config
/phpunit.xml
6 changes: 5 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,13 @@
"require": {
"yiisoft/yii2": "*"
},
"require-dev": {
"phpunit/phpunit": "~5.1",
"phpunit/dbunit": "~2.0"
},
"autoload": {
"psr-4": {
"arogachev\\rbac\\": ""
"arogachev\\rbac\\": "src"
}
}
}
Loading

0 comments on commit 7f662ab

Please sign in to comment.