-
Notifications
You must be signed in to change notification settings - Fork 76
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
Add projection option constants to trigger pcntl_signal_dispatch #293
Conversation
Same change is missing in ReadModelProjector interface. Do you think it's worth adding this feature also to InMemoryEventStore? |
Travis failed. |
|
Not entirely sure why the test fails for travis. It's the same error I get over here too. If you have any idea what might be causes this .. :) I thought about moving the tests to the abstract classes - but then we cannot profit from test inheritence like we do in the test files (let the extending class define the projection manager, setup is outsourced to the separate files instead). |
some php-cs isses, and missing |
Will review again tomorrow and I check the tests and what's going on with travis. |
@fritz-gerneth I fixed the tests and made some small changes. Please check this. Why exec before the command? From php.net: |
I see, weird it worked on my Linux then :) (CentOs7). THanks for digging into this (y) |
Moving these constants to the generic interface as discussed here . Will update the other PR with the new minimum version constraint once this has been merged and released as a new version.