PHP Class CommitFileTest, PHPloy

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: banago/phploy

Protected Properties

Property Type Description
$testHelper

Public Methods

Method Description
provider ( )
testSyncAddedFileShouldSucceed ( $testHelper )
testSyncChangedFileShouldSucceed ( $testHelper )
testSyncDeletedFileShouldSucceed ( $testHelper )
thenRepositoryIsSynchronizedSuccessfully ( )

Protected Methods

Method Description
givenSynchronizedRepositoryWithSingleFile ( )
whenFileIsAdded ( )
whenFileIsChanged ( )
whenFileIsDeleted ( )

Method Details

givenSynchronizedRepositoryWithSingleFile() protected method

provider() public method

public provider ( )

testSyncAddedFileShouldSucceed() public method

public testSyncAddedFileShouldSucceed ( $testHelper )

testSyncChangedFileShouldSucceed() public method

public testSyncChangedFileShouldSucceed ( $testHelper )

testSyncDeletedFileShouldSucceed() public method

public testSyncDeletedFileShouldSucceed ( $testHelper )

thenRepositoryIsSynchronizedSuccessfully() public method

whenFileIsAdded() protected method

protected whenFileIsAdded ( )

whenFileIsChanged() protected method

protected whenFileIsChanged ( )

whenFileIsDeleted() protected method

protected whenFileIsDeleted ( )

Property Details

$testHelper protected property

protected $testHelper