Kraken\_Unit\Loop\LoopTest::testApiErase_CallsMethodOnModel PHP Method

testApiErase_CallsMethodOnModel() public method

    public function testApiErase_CallsMethodOnModel()
    {
        $loop = $this->loop;
        $all = true;
        $this->expect('erase', [$all]);
        $loop->erase($all);
    }