for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* This file is part of the Cubiche/EventSourcing component.
*
* Copyright (c) Cubiche
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Cubiche\Domain\EventSourcing\Tests\Units\Snapshot;
use Cubiche\Domain\EventSourcing\Snapshot\InMemorySnapshotStore;
* InMemorySnapshotStoreTests class.
* Generated by TestGenerator on 2016-06-28 at 14:36:54.
class InMemorySnapshotStoreTests extends SnapshotStoreTestCase
{
* {@inheritdoc}
protected function createStore()
return new InMemorySnapshotStore();
}