PHP 클래스 VersionPress\Tests\GitRepositoryTests\MergeDriverTest

상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: versionpress/versionpress

공개 메소드들

메소드 설명
changesOnAdjacentLinesMergeWithoutConflict ( string $driver )
conflictingContentsCreatedConflict ( string $driver ) Creates two branches with a conflict in content. Asserts that dates are merged automatically but the content conflicts.
driverProvider ( )
gitAttributesIsSameAfterInstallAndUninstall ( )
gitAttributesRemovedCorrectlyAfterUninstall ( )
gitAttributesRemovedWhenEmpty ( )
mergeDriverInstalledCorrectly ( )
mergeDriverIsNotAddedWhenPresent ( )
mergeDriverUninstalledCorrectly ( )
mergedDatesWithoutConflict ( string $driver ) Creates two branches differing only in the date modified (and the GMT version of it).
setUp ( )
setUpBeforeClass ( )
tearDown ( )

비공개 메소드들

메소드 설명
installMergeDriver ( string $driver )

메소드 상세

changesOnAdjacentLinesMergeWithoutConflict() 공개 메소드

conflictingContentsCreatedConflict() 공개 메소드

Creates two branches with a conflict in content. Asserts that dates are merged automatically but the content conflicts.
public conflictingContentsCreatedConflict ( string $driver )
$driver string

driverProvider() 공개 메소드

public driverProvider ( )

gitAttributesIsSameAfterInstallAndUninstall() 공개 메소드

gitAttributesRemovedCorrectlyAfterUninstall() 공개 메소드

gitAttributesRemovedWhenEmpty() 공개 메소드

mergeDriverInstalledCorrectly() 공개 메소드

mergeDriverIsNotAddedWhenPresent() 공개 메소드

mergeDriverUninstalledCorrectly() 공개 메소드

mergedDatesWithoutConflict() 공개 메소드

This should result in a clean merge when our merge driver is installed.
public mergedDatesWithoutConflict ( string $driver )
$driver string

setUp() 공개 메소드

public setUp ( )

setUpBeforeClass() 공개 정적인 메소드

public static setUpBeforeClass ( )

tearDown() 공개 메소드

public tearDown ( )