BrowscapPHPTest\Command\FetchCommandTest::setUp PHP Method

setUp() public method

This method is called before a test is executed.
public setUp ( )
    public function setUp()
    {
        $defaultIniFile = 'resources/browscap.ini';
        $this->object = new FetchCommand($defaultIniFile);
    }