PHP Class Nelmio\Alice\FileLocator\DefaultFileLocatorTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: nelmio/alice

Public Methods

Method Description
provideAbsolutePaths ( )
setUp ( )
testCanDetectAbsolutePaths ( $path )
testCanLocateFiles ( )
testIsAFileLocator ( )
testLocatingFileThrowsExceptionIfTheFileDoesNotExistsInAbsolutePath ( )
testThrowsExceptionIfEmptyFileNamePassed ( )
testThrowsExceptionIfTheFileDoesNotExists ( )

Method Details

provideAbsolutePaths() public method

setUp() public method

public setUp ( )

testCanDetectAbsolutePaths() public method

public testCanDetectAbsolutePaths ( $path )

testCanLocateFiles() public method

public testCanLocateFiles ( )

testIsAFileLocator() public method

public testIsAFileLocator ( )

testLocatingFileThrowsExceptionIfTheFileDoesNotExistsInAbsolutePath() public method

testThrowsExceptionIfEmptyFileNamePassed() public method

testThrowsExceptionIfTheFileDoesNotExists() public method