Pinq\Tests\Integration\Caching\CacheTest::testThatForAnotherNamespaceReturnsCacheInCorrectNamespace PHP Метод

testThatForAnotherNamespaceReturnsCacheInCorrectNamespace() публичный Метод

    public function testThatForAnotherNamespaceReturnsCacheInCorrectNamespace()
    {
        $chlidNamespacedCache = $this->namespacedCache->forNamespace('--NAMESPACE--');
        $this->assertTrue($chlidNamespacedCache->hasNamespace());
        $this->assertSame('--NAMESPACE--', $chlidNamespacedCache->getNamespace());
    }