PHP Class Psecio\Parse\FileIteratorTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: psecio/parse

Public Methods

Method Description
expand ( $name )
setUpBeforeClass ( )
tearDownAfterClass ( )
testCountable ( )
testDirectoryPath ( ) Test that the directory and files were created correctly and the iterator contains them
testExceptionWhenNoPathsAreSet ( )
testFileExtensions ( )
testFilenamePath ( )
testIgnoreDirectory ( )
testIgnoreFilename ( )
testIgnoreNonCompletePaths ( )
testInvalidIgnorePath ( )

Method Details

expand() public static method

public static expand ( $name )

setUpBeforeClass() public static method

public static setUpBeforeClass ( )

tearDownAfterClass() public static method

public static tearDownAfterClass ( )

testCountable() public method

public testCountable ( )

testDirectoryPath() public method

Test that the directory and files were created correctly and the iterator contains them
public testDirectoryPath ( )

testExceptionWhenNoPathsAreSet() public method

testFileExtensions() public method

public testFileExtensions ( )

testFilenamePath() public method

public testFilenamePath ( )

testIgnoreDirectory() public method

public testIgnoreDirectory ( )

testIgnoreFilename() public method

public testIgnoreFilename ( )

testIgnoreNonCompletePaths() public method

testInvalidIgnorePath() public method