Kraken\_Module\Runtime\RuntimeModelTest::createLoop PHP Метод

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

public createLoop ( string[] | null $methods = null ) : Loop | PHPUnit_Framework_MockObject_MockObject
$methods string[] | null
Результат Kraken\Loop\Loop | PHPUnit_Framework_MockObject_MockObject
    public function createLoop($methods = null)
    {
        $select = new SelectLoop();
        return $this->getMock(Loop::class, $methods, [$select]);
    }