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

testApiOnStart_CallsMethodOnModel() public method

    public function testApiOnStart_CallsMethodOnModel()
    {
        $loop = $this->loop;
        $listener = function () {
        };
        $this->expect('onStart', [$listener]);
        $loop->onStart($listener);
    }