PHP Класс Gitonomy\Git\Tests\CommitTest

Наследование: extends AbstractTest
Показать файл Открыть проект

Открытые методы

Метод Описание
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 )

Описание методов

testEncoding() публичный Метод

public testEncoding ( $repository )

testGetAuthorDate() публичный Метод

public testGetAuthorDate ( $repository )

testGetAuthorEmail() публичный Метод

public testGetAuthorEmail ( $repository )

testGetAuthorName() публичный Метод

public testGetAuthorName ( $repository )

testGetBodyMessage() публичный Метод

public testGetBodyMessage ( $repository )

testGetCommitterDate() публичный Метод

public testGetCommitterDate ( $repository )

testGetCommitterEmail() публичный Метод

public testGetCommitterEmail ( $repository )

testGetCommitterName() публичный Метод

public testGetCommitterName ( $repository )

testGetDiff() публичный Метод

public testGetDiff ( $repository )

testGetHash() публичный Метод

public testGetHash ( $repository )

testGetIncludingBranches() публичный Метод

public testGetIncludingBranches ( $repository )

testGetIncludingBranchesException() публичный Метод

public testGetIncludingBranchesException ( $repository )

testGetLastModification() публичный Метод

public testGetLastModification ( $repository )

testGetMessage() публичный Метод

public testGetMessage ( $repository )

testGetParentHashes_WithNoParent() публичный Метод

public testGetParentHashes_WithNoParent ( $repository )

testGetParentHashes_WithOneParent() публичный Метод

public testGetParentHashes_WithOneParent ( $repository )

testGetParents_WithOneParent() публичный Метод

public testGetParents_WithOneParent ( $repository )

testGetShortHash() публичный Метод

public testGetShortHash ( $repository )

testGetShortMessage() публичный Метод

public testGetShortMessage ( $repository )

testGetSignedMessage() публичный Метод

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

testGetTree() публичный Метод

public testGetTree ( $repository )

testGetTreeHash() публичный Метод

public testGetTreeHash ( $repository )

testInvalideHashThrowException() публичный Метод

public testInvalideHashThrowException ( $repository )

testMergeCommit() публичный Метод

public testMergeCommit ( $repository )