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

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

    public function testApiBindParam_ReturnsCaller()
    {
        $test = $this->getTest();
        $factory = $this->createFactory();
        $key = 'KEY';
        $test->assertSame($factory, $factory->bindParam($key, null));
    }