Kraken\_Unit\Util\Factory\_Partial\FactoryPartial::testApiUnbindParam_DoesNothing_ForNonExistingKey PHP Метод

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

    public function testApiUnbindParam_DoesNothing_ForNonExistingKey()
    {
        $test = $this->getTest();
        $factory = $this->createFactory();
        $key = 'KEY';
        $factory->unbindParam($key);
        $test->assertFalse($factory->hasParam($key));
    }