-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rename AdapterCanHandlerMock to TransactionalInMemoryAdapterMock as per
@prolic suggestion Signed-off-by: Jefersson Nathan <[email protected]>
- Loading branch information
Jefersson Nathan
committed
Sep 14, 2016
1 parent
aba1aed
commit 6013fbd
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,12 +14,12 @@ | |
use Prooph\EventStore\Adapter\InMemoryAdapter; | ||
|
||
/** | ||
* Class AdapterCanHandlerMock | ||
* Class TransactionalInMemoryAdapterMock | ||
* | ||
* @package ProophTest\EventStore | ||
* @author Jefersson Nathan <[email protected]> | ||
*/ | ||
final class AdapterCanHandlerMock extends InMemoryAdapter implements CanHandleTransaction | ||
final class TransactionalInMemoryAdapterMock extends InMemoryAdapter implements CanHandleTransaction | ||
{ | ||
/** | ||
* {@inheritDoc} | ||
|