Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
chaz6chez committed Jun 20, 2022
1 parent 1073a9c commit 4468be5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,8 @@
"files": [
"./src/dev.php"
]
},
"scripts": {
"test": "./vendor/bin/phpunit tests"
}
}
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
colors="true"
convertDeprecationsToExceptions="true">
<testsuites>
<testsuite name="stroage test suite">
<testsuite name="storage test suite">
<directory>./tests/</directory>
</testsuite>
</testsuites>
Expand Down

0 comments on commit 4468be5

Please sign in to comment.