-
Couldn't load subscription status.
- Fork 3
feat: enable repeating a transition by removing state check in setSta… #34
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
base: master
Are you sure you want to change the base?
Conversation
|
@spawnia can you check why the tests are not running correctly? |
Have you looked at the failing test case? |
Co-authored-by: Benedikt Franke <[email protected]>
Sorry my fault. The failing test case was hidden by the warnings. Fixed it. Is there anything simple we can do about the warnings? |
I found laravel/framework#49502, but it seems that the general error with Laravel is fixed. Our error seemed to be specificly about lacking isolation between test cases. The unexpected Exception from one test case carried over to the other test cases. Not really sure what to do, but as long as all tests are working and clean up nicely after themselves, we have no problem. |
# Conflicts: # CHANGELOG.md # app/ModelStates/ModelStates/ModelState.php # tests/ModelStates/StateTest.php
Breaking changes