Skip to content
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

Merged

Conversation

malukenho
Copy link
Contributor

No description provided.


$stream->streamEvents()->next();
$this->assertFalse($stream->streamEvents()->valid());
self::assertFalse($stream->streamEvents()->valid());
Copy link
Member

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
Copy link
Member

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.

@prolic
Copy link
Member

prolic commented Nov 11, 2016

Thx for the PR. I would still improvements some things after this, but it helps a lot.

@prolic prolic merged commit 050a414 into prooph:master Nov 11, 2016
prolic added a commit that referenced this pull request Nov 11, 2016
references: #7
@malukenho malukenho deleted the enhancement/compatibility-with-new-event-store branch November 11, 2016 13:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants