We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When you run Onion test you get, for example: Undefined property: tests\Onion\Dependency\DependencyResolverTest::$logger
Because some tests use $logger as a static variable but it is not. So we have two approaches:
The text was updated successfully, but these errors were encountered:
For that, we can get the logger from Onion\Application::getInstance()->getLogger() for now. ;-)
Sorry, something went wrong.
Do you have any flow to pull requests? Because I really wanna contribute with you :-)
Nop, you simply run unit tests, if tests passes, the pull request should be fine. ;-)
No branches or pull requests
When you run Onion test you get, for example:
Undefined property: tests\Onion\Dependency\DependencyResolverTest::$logger
Because some tests use $logger as a static variable but it is not. So we have two approaches:
The text was updated successfully, but these errors were encountered: