Skip to content

Commit 1a64b88

Browse files
committed
enable running tests through composer
1 parent 7b8eee4 commit 1a64b88

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)