PhpBrew\Extension\ExtensionInstallerTest::setUp PHP Method

setUp() public method

public setUp ( )
    public function setUp()
    {
        parent::setUp();
        $versionName = $this->getPrimaryVersion();
        $this->runCommand("phpbrew use php-{$versionName}");
    }