Cache\Adapter\Doctrine\Tests\DoctrineAdapterTest::testGetCache PHP Method

testGetCache() public method

public testGetCache ( )
    public function testGetCache()
    {
        $this->assertInstanceOf(Cache::class, $this->pool->getCache());
        $this->assertEquals($this->mockDoctrine, $this->pool->getCache());
    }