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

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

    public function testApiCreate_ThrowsException_ForNonExistingKey()
    {
        $test = $this->getTest();
        $test->setExpectedException(IllegalCallException::class);
        $factory = $this->createFactory();
        $factory->create('NonExisting');
    }