Skip to content

Commit 0ff3afb

Browse files
authored
Use composer test script
1 parent c3559d3 commit 0ff3afb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

composer.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
"name": "php-vcr/php-vcr",
33
"description": "Record your test suite's HTTP interactions and replay them during future test runs for fast, deterministic, accurate tests.",
44
"license": "MIT",
5-
5+
6+
"scripts": {
7+
"test": "./vendor/bin/phpunit"
8+
},
9+
610
"authors": [
711
{
812
"name": "Adrian Philipp",

0 commit comments

Comments
 (0)