Skip to content

Commit 833b6f7

Browse files
committed
Add composer test command
1 parent 73044f1 commit 833b6f7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.idea
22
.DS_Store
33
vendor
4-
composer.lock
4+
composer.lock
5+
composer.phar

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,8 @@
2626
"psr-4": {
2727
"Picqer\\Barcode\\": "src"
2828
}
29+
},
30+
"scripts": {
31+
"test": "vendor/bin/phpunit"
2932
}
3033
}

0 commit comments

Comments
 (0)