Peridot\Core\Suite::define PHP 메소드

define() 공개 메소드

Execute the Suite definition.
public define ( ) : void
리턴 void
    public function define()
    {
        $this->eventEmitter->emit('suite.define', [$this]);
        call_user_func_array($this->getDefinition(), $this->getDefinitionArguments());
    }