Phprest\Router\StrategyTest::setUp PHP Method

setUp() public method

public setUp ( )
    public function setUp()
    {
        $this->container = new Container();
        $this->strategy = new Strategy($this->container);
    }