PHP Class Gush\Tests\Helper\GitHelperTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: gushphp/gush

Public Methods

Method Description
bears_the_right_helper_name ( )
gets_current_git_branch_name ( )
gets_the_last_tag_on_current_branch ( )
lists_files ( )
merges_remote_branch_fast_forward_in_clean_wc ( )
merges_remote_branch_in_clean_wc ( )
returns_false_when_top_git_dir_was_expected ( )
returns_this_project_has_git_enabled ( )
setUp ( )
testBranchExists ( )
testBranchExistsException ( )
testRemoteBranchExists ( )
testRemoteBranchExistsException ( )
testThrowExceptionForNonGitDir ( )

Method Details

bears_the_right_helper_name() public method

gets_current_git_branch_name() public method

gets_the_last_tag_on_current_branch() public method

lists_files() public method

public lists_files ( )

merges_remote_branch_fast_forward_in_clean_wc() public method

merges_remote_branch_in_clean_wc() public method

returns_false_when_top_git_dir_was_expected() public method

returns_this_project_has_git_enabled() public method

setUp() public method

public setUp ( )

testBranchExists() public method

public testBranchExists ( )

testBranchExistsException() public method

testRemoteBranchExists() public method

testRemoteBranchExistsException() public method

testThrowExceptionForNonGitDir() public method