Pinq\Tests\Integration\Caching\CacheProviderTest::testThatNoCacheWillReturnANullCache PHP Method

testThatNoCacheWillReturnANullCache() public method

    public function testThatNoCacheWillReturnANullCache()
    {
        $cacheImplementation = Caching\CacheProvider::getCache();
        $this->assertInstanceOf('Pinq\\Caching\\NullCache', $cacheImplementation->getCacheAdapter());
    }