-
Notifications
You must be signed in to change notification settings - Fork 57
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
Work with new event store release #7
Work with new event store release #7
Conversation
|
||
$stream->streamEvents()->next(); | ||
$this->assertFalse($stream->streamEvents()->valid()); | ||
self::assertFalse($stream->streamEvents()->valid()); |
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.
No! Please read here: sebastianbergmann/phpunit#1914
|
||
final class PDOEventStoreAdapter implements Adapter, CanHandleTransaction | ||
final class PDOEventStoreAdapter implements CanControlTransaction |
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.
This is no adapter any more.
Thx for the PR. I would still improvements some things after this, but it helps a lot. |
No description provided.