Skip to content

Commit eade8c0

Browse files
committed
Adjust testing method to work with CI/CD
1 parent 19cebe8 commit eade8c0

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,5 +133,5 @@ composer update
133133
Then:
134134

135135
```sh
136-
./vendor/bin/phpunit test
136+
composer run-script test
137137
```

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,8 @@
2828
},
2929
"require-dev": {
3030
"phpunit/phpunit": "11"
31+
},
32+
"scripts": {
33+
"test": "vendor/bin/phpunit test"
3134
}
3235
}

0 commit comments

Comments
 (0)