-
Notifications
You must be signed in to change notification settings - Fork 6
Support static usage class Enforcer, optimize test case #14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
composer.json
Outdated
"easyswoole/orm": "^1.4", | ||
"easyswoole/easyswoole": "~3.3|~3.4" | ||
"easyswoole/easyswoole": "~3.3|~3.4", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Delete a comma
@hlhill Compress your submission into a |
tests/DatabaseAdapterTest.php
Outdated
@@ -12,6 +12,23 @@ | |||
|
|||
class DatabaseAdapterTest extends TestCase | |||
{ | |||
|
|||
public function setUp() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Increase the return value void
Pull Request Test Coverage Report for Build 711466440
💛 - Coveralls |
Pull Request Test Coverage Report for Build 711466440Warning: This coverage report may be inaccurate.This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Details
💛 - Coveralls |
@techoner review |
@techoner You see what else you need to pay attention to. I have read it once and can merge it. |
@techoner |
@hlhill Please modify commit messsge, refer to: https://github.com/semantic-release/semantic-release#commit-message-format |
@hlhill plz fix conflicts. |
"ext-swoole": ">=4.4", | ||
"casbin/casbin": "~3.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
plz fix conflicts.
@@ -34,9 +34,14 @@ | |||
'host' => '127.0.0.1', | |||
'port' => 3306, | |||
'user' => 'root', | |||
'password' => '', | |||
'database' => 'easyswoole_permission', | |||
'password' => 'root', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Automated test failed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Modify
phpunit.php
Outdated
defined("MYSQL_HOST") ?: define('MYSQL_HOST', '10.10.28.130'); | ||
defined("MYSQL_PORT") ?: define('MYSQL_PORT', 3306); | ||
defined("MYSQL_USER") ?: define('MYSQL_USER', 'root'); | ||
defined("MYSQL_PASSWORD") ?: define('MYSQL_PASSWORD', 'root'); | ||
defined("MYSQL_DATABASE") ?: define('MYSQL_DATABASE', 'test'); | ||
defined("MYSQL_TIMEOUT") ?: define('MYSQL_TIMEOUT', 5); | ||
defined("MYSQL_CHARSET") ?: define('MYSQL_CHARSET', 'utf8mb4'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Modify
@hlhill remove merge commits: |
composer.json
Outdated
"easyswoole/orm": "^1.4", | ||
"easyswoole/easyswoole": "~3.3|~3.4" | ||
"easyswoole/easyswoole": "~3.3|~3.4", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
error
@hsluoyz @techoner direct squash and merge |
Done. |
🎉 This PR is included in version 1.6.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
No description provided.