PhpBrew\Testing\CommandTestCase::getPrimaryVersion PHP Method

getPrimaryVersion() public method

public getPrimaryVersion ( )
    public function getPrimaryVersion()
    {
        /*
        if ($version = getenv('TRAVIS_PHP_VERSION')) {
            return "php-$version";
        }
        */
        return $this->primaryVersion;
    }