PHP Class Bolt\Tests\Logger\ChangeLogTest

Author: Ross Riley ([email protected])
Inheritance: extends Bolt\Tests\BoltUnitTest
Show file Open project: bolt/bolt

Public Methods

Method Description
setUp ( )
testCountChangeLog ( )
testCountChangeLogByContentType ( )
testGetChangeLog ( )
testGetChangeLogByContentType ( )
testGetChangeLogByContentTypeArray ( )
testGetChangeLogEntry ( )
testGetNextChangeLogEntry ( )
testGetPrevChangeLogEntry ( )

Protected Methods

Method Description
getLogChangeRepository ( ) : Bolt\Storage\Repository\LogChangeRepository

Method Details

getLogChangeRepository() protected method

protected getLogChangeRepository ( ) : Bolt\Storage\Repository\LogChangeRepository
return Bolt\Storage\Repository\LogChangeRepository

setUp() public method

public setUp ( )

testCountChangeLog() public method

public testCountChangeLog ( )

testCountChangeLogByContentType() public method

testGetChangeLog() public method

public testGetChangeLog ( )

testGetChangeLogByContentType() public method

testGetChangeLogByContentTypeArray() public method

testGetChangeLogEntry() public method

testGetNextChangeLogEntry() public method

testGetPrevChangeLogEntry() public method