Amranidev\ScaffoldInterface\Tests\BehavioralTest::__construct PHP Method

__construct() public method

SetUp
public __construct ( )
    public function __construct()
    {
        parent::setUp();
        // SetUp Request
        $this->request = app()->make('Request')->setRequest(['TableName' => 'Testable', 'template' => 'bootstrap', 'opt0' => 'A', 'attr0' => 'B']);
        $this->app->make('Scaffold');
        $this->datasystem = app()->make('Datasystem');
        $this->parser = app()->make('Parser');
        $this->path = app()->make('Path');
        $this->generator = app()->make('Generator');
        $this->indenter = app()->make('Indenter');
    }