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

testApiOnBeforeTick_CallsMethodOnModel() public method

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