Skip to content

Commit

Permalink
add test script again (#59)
Browse files Browse the repository at this point in the history
add test script again
  • Loading branch information
Solomonic authored Apr 24, 2019
2 parents a143cb4 + 4e653fe commit 371d21e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"require": {
"symplify/easy-coding-standard": "^2.2.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0"
},
"autoload": {
"psr-4": {
"CrazyFactory\\Sniffs\\": "src/CrazyFactory/Sniffs/"
Expand All @@ -15,5 +18,8 @@
"preferred-install": {
"*": "dist"
}
},
"scripts": {
"test": "phpunit -c phpunit.xml"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ if (1 === $a) :
if ($b) {
echo 'b';
}
else {
else {
echo 'not b';
}
else :
Expand Down

0 comments on commit 371d21e

Please sign in to comment.