PHP Class PHPUnit\Runner\CleverAndSmart\Unit\Storage\Sqlite3StorageTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: lstrojny/phpunit-clever-and-smart

Public Methods

Method Description
getErrorTypes ( )
getTypes ( )
setUp ( )
tearDown ( )
testNormalRecording ( $type )
testRecordedErrorsAreRemovedAfterFiveTimes ( $type )
testRecordingsAreSortedByFrequency ( $type )

Private Methods

Method Description
reset ( )

Method Details

getErrorTypes() public static method

public static getErrorTypes ( )

getTypes() public static method

public static getTypes ( )

setUp() public method

public setUp ( )

tearDown() public method

public tearDown ( )

testNormalRecording() public method

public testNormalRecording ( $type )

testRecordedErrorsAreRemovedAfterFiveTimes() public method

testRecordingsAreSortedByFrequency() public method