We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa176e2 commit 9204537Copy full SHA for 9204537
3 files changed
.github/workflows/php.yml
@@ -31,4 +31,4 @@ jobs:
31
run: composer install --prefer-dist --no-progress
32
33
- name: Run test suite
34
- run: vendor/bin/phpunit
+ run: php tests/test_all.php
composer.json
@@ -32,19 +32,11 @@
"ext-curl": "*",
"ext-json": "*"
},
35
- "require-dev": {
36
- "phpunit/phpunit": "^10.5"
37
- },
38
"autoload": {
39
"psr-4": {
40
"CheckHostCc\\CheckHostApi\\": "src/"
41
}
42
43
- "autoload-dev": {
44
- "psr-4": {
45
- "CheckHostCc\\CheckHostApi\\Tests\\": "tests/"
46
- }
47
48
"minimum-stability": "stable",
49
"prefer-stable": true,
50
"config": {
tests/CheckHostTest.php
0 commit comments