Skip to content

Commit 2cd6e10

Browse files
authored
Merge pull request #31 from smhg/feature-composer-test
Add composer test script
2 parents 0248369 + 1a64b88 commit 2cd6e10

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,8 @@
3030
},
3131
"autoload-dev": {
3232
"psr-4": { "Aws\\Sns\\": "tests/" }
33+
},
34+
"scripts": {
35+
"test": "phpunit"
3336
}
3437
}

0 commit comments

Comments
 (0)