Phprest\ApplicationTest::setUp PHP Method

setUp() public method

public setUp ( )
    public function setUp()
    {
        $this->config = new Config('phprest-test', 1, true);
        $this->app = new Application($this->config);
    }