Peridot\Core\Suite::define PHP Method

define() public method

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