PHP Class PhpBench\Tests\Unit\Storage\Driver\Xml\HistoryIteratorTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: dantleech/phpbench

Public Methods

Method Description
setUp ( )
testIterate ( ) It should iterate over entries.
testIterateEmpty ( ) It should "iterate" given an empty directory.
testNoDirectoryExist ( ) It should "iterate" if the directory does not exist.

Private Methods

Method Description
createCollection ( $uuid, DateTime $date )
createEntry ( $uuid, DateTime $date )

Method Details

setUp() public method

public setUp ( )

testIterate() public method

It should iterate over entries.
public testIterate ( )

testIterateEmpty() public method

It should "iterate" given an empty directory.
public testIterateEmpty ( )

testNoDirectoryExist() public method

It should "iterate" if the directory does not exist.