PHP Class TQ\Tests\Vcs\StreamWrapper\RepositoryRegistryTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: teqneers/php-stream-wrapper-for-git

Public Methods

Method Description
testAddArrayOfRepositories ( )
testAddOneRepository ( )
testGetNonExistentRepositoryThrowsException ( )
testTryGetNonExistentRepositoryReturnsNull ( )

Protected Methods

Method Description
createRepositoryMock ( ) : TQ\Vcs\Repository\RepositoryInterface | PHPUnit_Framework_MockObject_MockObject

Method Details

createRepositoryMock() protected method

protected createRepositoryMock ( ) : TQ\Vcs\Repository\RepositoryInterface | PHPUnit_Framework_MockObject_MockObject
return TQ\Vcs\Repository\RepositoryInterface | PHPUnit_Framework_MockObject_MockObject

testAddArrayOfRepositories() public method

testAddOneRepository() public method

testGetNonExistentRepositoryThrowsException() public method

testTryGetNonExistentRepositoryReturnsNull() public method