PhpBench\Tests\Unit\Storage\Driver\DbalDriverTest::testStore PHP Method

testStore() public method

It should store a suite collection.
public testStore ( )
    public function testStore()
    {
        $this->persister->persist($this->suiteCollection->reveal())->shouldBeCalled();
        $this->driver->store($this->suiteCollection->reveal());
    }