PHP Class Gittern\Gaufrette\GitternCommitishReadOnlyAdapterTest

Author: Magnus Nordlander
Inheritance: extends PHPUnit_Framework_TestCase
Datei anzeigen Open project: e-butik/gittern

Public Methods

Method Description
setUp ( )
tearDown ( )
testCanCheckIfKeyExists ( )
testCanChecksumFile ( )
testCanConstructWithCommitRef ( )
testCanGetKeys ( )
testCanListDirectoryWithNoName ( )
testCanListGivenDirectory ( )
testCanReadFile ( )
testCantConstructWithOtherRef ( )
testCantDelete ( )
testCantReadNonExistingFile ( )
testCantRename ( )
testCantWrite ( )
testDoesntSupportMetadata ( )
testMtimeReturnsCommitTime ( )

Method Details

setUp() public method

public setUp ( )

tearDown() public method

public tearDown ( )

testCanCheckIfKeyExists() public method

testCanChecksumFile() public method

public testCanChecksumFile ( )

testCanConstructWithCommitRef() public method

testCanGetKeys() public method

public testCanGetKeys ( )

testCanListDirectoryWithNoName() public method

testCanListGivenDirectory() public method

testCanReadFile() public method

public testCanReadFile ( )

testCantConstructWithOtherRef() public method

testCantDelete() public method

public testCantDelete ( )

testCantReadNonExistingFile() public method

testCantRename() public method

public testCantRename ( )

testCantWrite() public method

public testCantWrite ( )

testDoesntSupportMetadata() public method

testMtimeReturnsCommitTime() public method