Skip to content

Commit 9204537

Browse files
committed
init update
1 parent aa176e2 commit 9204537

3 files changed

Lines changed: 1 addition & 68 deletions

File tree

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ jobs:
3131
run: composer install --prefer-dist --no-progress
3232

3333
- name: Run test suite
34-
run: vendor/bin/phpunit
34+
run: php tests/test_all.php

composer.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,19 +32,11 @@
3232
"ext-curl": "*",
3333
"ext-json": "*"
3434
},
35-
"require-dev": {
36-
"phpunit/phpunit": "^10.5"
37-
},
3835
"autoload": {
3936
"psr-4": {
4037
"CheckHostCc\\CheckHostApi\\": "src/"
4138
}
4239
},
43-
"autoload-dev": {
44-
"psr-4": {
45-
"CheckHostCc\\CheckHostApi\\Tests\\": "tests/"
46-
}
47-
},
4840
"minimum-stability": "stable",
4941
"prefer-stable": true,
5042
"config": {

tests/CheckHostTest.php

Lines changed: 0 additions & 59 deletions
This file was deleted.

0 commit comments

Comments
 (0)