PHP Class Pagekit\Filesystem\Tests\FileTest

Inheritance: extends PHPUnit_Framework_TestCase, use trait Pagekit\Tests\FileUtil
Show file Open project: pagekit/pagekit

Protected Properties

Property Type Description
$file
$fixtures
$workspace

Public Methods

Method Description
setUp ( )
tearDown ( )
testCopyDir ( )
testCopyDirNotFound ( )
testCopyFile ( )
testCopyFileNotFound ( )
testDeleteDir ( )
testDeleteFile ( )
testDeleteFileNotFound ( )
testExists ( )
testGetPath ( )
testGetUrlExternal ( )
testGetUrlLocal ( )
testGetUrlNotFound ( )
testListDir ( )

Method Details

setUp() public method

public setUp ( )

tearDown() public method

public tearDown ( )

testCopyDir() public method

public testCopyDir ( )

testCopyDirNotFound() public method

public testCopyDirNotFound ( )

testCopyFile() public method

public testCopyFile ( )

testCopyFileNotFound() public method

testDeleteDir() public method

public testDeleteDir ( )

testDeleteFile() public method

public testDeleteFile ( )

testDeleteFileNotFound() public method

testExists() public method

public testExists ( )

testGetPath() public method

public testGetPath ( )

testGetUrlExternal() public method

public testGetUrlExternal ( )

testGetUrlLocal() public method

public testGetUrlLocal ( )

testGetUrlNotFound() public method

public testGetUrlNotFound ( )

testListDir() public method

public testListDir ( )

Property Details

$file protected property

protected $file

$fixtures protected property

protected $fixtures

$workspace protected property

protected $workspace