Kraken\_Unit\Loop\LoopTest::testApiExport_CallsMethodOnModel PHP Метод

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

    public function testApiExport_CallsMethodOnModel()
    {
        $loop = $this->loop;
        $target = new Loop($model = new LoopModelMock());
        $all = true;
        $this->expect('export', [$model, $all]);
        $loop->export($target, $all);
    }