Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions .github/workflows/close-pull-request.yml

This file was deleted.

25 changes: 0 additions & 25 deletions .github/workflows/release.yml

This file was deleted.

3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.idea
.phpunit.cache/
.vscode
vendor/
vendor/
1 change: 1 addition & 0 deletions co-phpunit
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ if (!defined('PHPUNIT_COMPOSER_INSTALL')) {
require $prepend;
}
})();
! defined('BASE_PATH') && define('BASE_PATH', dirname(__DIR__, 1));
require PHPUNIT_COMPOSER_INSTALL;
$code = 0;
Swoole\Coroutine::set(['hook_flags' => SWOOLE_HOOK_ALL, 'exit_condition' => function () {
Expand Down
15 changes: 15 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,20 @@
"branch-alias": {
"dev-master": "3.1-dev"
}
},
"repositories": {
"opencodeco": {
"type": "composer",
"url": "https://composer.opencodeco.dev"
}
},
"scripts": {
"test": "./co-phpunit --exclude-group NonCoroutine"
},
"require-dev": {
"mockery/mockery": "^1.6",
"hyperf/di": "^3.1",
"swoole/ide-helper": "^5.1",
"hyperf/config": "^3.1"
}
}
Loading
Loading