Elgg\SystemMessagesServiceTest::setup PHP 메소드

setup() 공개 메소드

public setup ( )
    function setup()
    {
        $this->session = \ElggSession::getMock();
        $this->svc = new SystemMessagesService($this->session);
    }