PHP 클래스 Elgg\CommitMessageTest

상속: extends TestCase
파일 보기 프로젝트 열기: elgg/elgg

공개 메소드들

메소드 설명
assertIgnoreCommitMessages ( array $ignored )
assertInvalidCommitMessages ( array $msgs )
testCanParseMessagesWithAnExtendedBody ( )
testCanParseMessagesWithOneLineBody ( )
testCanParseMessagesWithoutBody ( )
testFindLengthyLinesFindsLinesOverTheMaxLineLength ( )
testGetLengthyLinesFindsLinesOverTheMaxLineLength ( )
testIsValidLineLengthRejectsLinesOverTheMaxLineLength ( )
testIsValidTypeReturnsTrueForValidTypes ( )
testRejectsMessagesWithoutComponent ( )
testRejectsMessagesWithoutSummary ( )
testRejectsMessagesWithoutType ( )
testRemovesComments ( )
testShouldIgnoreMerges ( )
testShouldIgnoreReverts ( )

메소드 상세

assertIgnoreCommitMessages() 공개 메소드

public assertIgnoreCommitMessages ( array $ignored )
$ignored array

assertInvalidCommitMessages() 공개 메소드

public assertInvalidCommitMessages ( array $msgs )
$msgs array

testCanParseMessagesWithAnExtendedBody() 공개 메소드

testCanParseMessagesWithOneLineBody() 공개 메소드

testCanParseMessagesWithoutBody() 공개 메소드

testFindLengthyLinesFindsLinesOverTheMaxLineLength() 공개 메소드

testGetLengthyLinesFindsLinesOverTheMaxLineLength() 공개 메소드

testIsValidLineLengthRejectsLinesOverTheMaxLineLength() 공개 메소드

testIsValidTypeReturnsTrueForValidTypes() 공개 메소드

testRejectsMessagesWithoutComponent() 공개 메소드

testRejectsMessagesWithoutSummary() 공개 메소드

testRejectsMessagesWithoutType() 공개 메소드

testRemovesComments() 공개 메소드

public testRemovesComments ( )

testShouldIgnoreMerges() 공개 메소드

testShouldIgnoreReverts() 공개 메소드