PHP Class Gitonomy\Git\Tests\CommitTest

Inheritance: extends AbstractTest
Mostra file Open project: gitonomy/gitlib

Public Methods

Method Description
testEncoding ( $repository )
testGetAuthorDate ( $repository )
testGetAuthorEmail ( $repository )
testGetAuthorName ( $repository )
testGetBodyMessage ( $repository )
testGetCommitterDate ( $repository )
testGetCommitterEmail ( $repository )
testGetCommitterName ( $repository )
testGetDiff ( $repository )
testGetHash ( $repository )
testGetIncludingBranches ( $repository )
testGetIncludingBranchesException ( $repository )
testGetLastModification ( $repository )
testGetMessage ( $repository )
testGetParentHashes_WithNoParent ( $repository )
testGetParentHashes_WithOneParent ( $repository )
testGetParents_WithOneParent ( $repository )
testGetShortHash ( $repository )
testGetShortMessage ( $repository )
testGetSignedMessage ( $repository ) This test ensures that GPG signed commits does not break the reading of a commit message.
testGetTree ( $repository )
testGetTreeHash ( $repository )
testInvalideHashThrowException ( $repository )
testMergeCommit ( $repository )

Method Details

testEncoding() public method

public testEncoding ( $repository )

testGetAuthorDate() public method

public testGetAuthorDate ( $repository )

testGetAuthorEmail() public method

public testGetAuthorEmail ( $repository )

testGetAuthorName() public method

public testGetAuthorName ( $repository )

testGetBodyMessage() public method

public testGetBodyMessage ( $repository )

testGetCommitterDate() public method

public testGetCommitterDate ( $repository )

testGetCommitterEmail() public method

public testGetCommitterEmail ( $repository )

testGetCommitterName() public method

public testGetCommitterName ( $repository )

testGetDiff() public method

public testGetDiff ( $repository )

testGetHash() public method

public testGetHash ( $repository )

testGetIncludingBranches() public method

public testGetIncludingBranches ( $repository )

testGetIncludingBranchesException() public method

public testGetIncludingBranchesException ( $repository )

testGetLastModification() public method

public testGetLastModification ( $repository )

testGetMessage() public method

public testGetMessage ( $repository )

testGetParentHashes_WithNoParent() public method

public testGetParentHashes_WithNoParent ( $repository )

testGetParentHashes_WithOneParent() public method

public testGetParentHashes_WithOneParent ( $repository )

testGetParents_WithOneParent() public method

public testGetParents_WithOneParent ( $repository )

testGetShortHash() public method

public testGetShortHash ( $repository )

testGetShortMessage() public method

public testGetShortMessage ( $repository )

testGetSignedMessage() public method

This test ensures that GPG signed commits does not break the reading of a commit message.
public testGetSignedMessage ( $repository )

testGetTree() public method

public testGetTree ( $repository )

testGetTreeHash() public method

public testGetTreeHash ( $repository )

testInvalideHashThrowException() public method

public testInvalideHashThrowException ( $repository )

testMergeCommit() public method

public testMergeCommit ( $repository )