Cilex\Tests\ApplicationTest::setUp PHP Method

setUp() public method

Sets up the test app.
public setUp ( )
    public function setUp()
    {
        $this->app = new Application(self::NAME, self::VERSION);
    }