Skip to content

Commit

Permalink
Added some tests and fixes some PHPCS errors
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonmantank committed Apr 28, 2015
1 parent 928e83c commit ac93f5e
Show file tree
Hide file tree
Showing 19 changed files with 2,020 additions and 538 deletions.
19 changes: 19 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Set default behaviour, in case users don't have core.autocrlf set.
* text=auto

# Declare files that will always have LF line endings on checkout.
* text eol=lf

# Denote all files that are truly binary and should not be modified.
*.png binary
*.PNG binary
*.jpg binary
*.gif binary
*.jar binary
*.pdf binary
*.ppt binary
*.ttf binary
*.bson binary
*.request binary
*.response binary
*.phar binary
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ html/
.idea
._.DS_Store
._Vagrantfile
._puphpet
._puphpet
tests/coverage/
8 changes: 7 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,13 @@
"symfony/config": "~2.6",
"symfony/translation": "~2.6",
"symfony/security-csrf": "~2.6",
"symfony/form": "~2.6"
"symfony/form": "~2.6",
"mockery/mockery": "0.9.*"
},
"require-dev": {
"phpunit/phpunit": "4.6.*",
"squizlabs/php_codesniffer": "~2.3",
"phpmd/phpmd": "~2.2"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit ac93f5e

Please sign in to comment.