Platformsh\Cli\Tests\GitHelperTest::testBranchExistsUnicode PHP Method

testBranchExistsUnicode() public method

Test GitHelper::branchExists() with unicode branch names.
    public function testBranchExistsUnicode()
    {
        $this->gitHelper->checkOutNew('b®åñçh-wî†h-üní¢ø∂é');
        $this->assertTrue($this->gitHelper->branchExists('b®åñçh-wî†h-üní¢ø∂é'));
    }