App\Controller\Event::test PHP Method

test() public method

public test ( )
    function test()
    {
        echo "event trigger\n";
        $res = $this->event->trigger("hello", array($this->redis->getIncreaseId('queue'), "hello world", __DIR__));
        echo "event trigger\n";
    }
Event