PHP Class Gitonomy\Git\Tests\CommitTest

Inheritance: extends AbstractTest
Afficher le fichier Open project: gitonomy/gitlib

Méthodes publiques

Méthode 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 méthode

public testEncoding ( $repository )

testGetAuthorDate() public méthode

public testGetAuthorDate ( $repository )

testGetAuthorEmail() public méthode

public testGetAuthorEmail ( $repository )

testGetAuthorName() public méthode

public testGetAuthorName ( $repository )

testGetBodyMessage() public méthode

public testGetBodyMessage ( $repository )

testGetCommitterDate() public méthode

public testGetCommitterDate ( $repository )

testGetCommitterEmail() public méthode

public testGetCommitterEmail ( $repository )

testGetCommitterName() public méthode

public testGetCommitterName ( $repository )

testGetDiff() public méthode

public testGetDiff ( $repository )

testGetHash() public méthode

public testGetHash ( $repository )

testGetIncludingBranches() public méthode

public testGetIncludingBranches ( $repository )

testGetIncludingBranchesException() public méthode

public testGetIncludingBranchesException ( $repository )

testGetLastModification() public méthode

public testGetLastModification ( $repository )

testGetMessage() public méthode

public testGetMessage ( $repository )

testGetParentHashes_WithNoParent() public méthode

public testGetParentHashes_WithNoParent ( $repository )

testGetParentHashes_WithOneParent() public méthode

public testGetParentHashes_WithOneParent ( $repository )

testGetParents_WithOneParent() public méthode

public testGetParents_WithOneParent ( $repository )

testGetShortHash() public méthode

public testGetShortHash ( $repository )

testGetShortMessage() public méthode

public testGetShortMessage ( $repository )

testGetSignedMessage() public méthode

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

testGetTree() public méthode

public testGetTree ( $repository )

testGetTreeHash() public méthode

public testGetTreeHash ( $repository )

testInvalideHashThrowException() public méthode

public testInvalideHashThrowException ( $repository )

testMergeCommit() public méthode

public testMergeCommit ( $repository )