PHP Class Lazer\Classes\Helpers\FileTest

Inheritance: extends PHPUnit_Framework_TestCas\PHPUnit_Framework_TestCase, use trait vfsHelper\Config
Show file Open project: greg0/lazer-database

Protected Properties

Property Type Description
$object File

Public Methods

Method Description
testCreateFile ( )
testExists ( $object )
testGetConfigReturnArray ( $object )
testGetConfigReturnObject ( $object )
testGetDataReturnArray ( $object )
testGetPath ( $object )
testGetPathIfTypeIsNull ( $object )
testRemove ( )
testRemoveFileNotExists ( )
testSaveToFile ( $object )
testTable ( )

Protected Methods

Method Description
setUp ( ) Sets up the fixture, for example, opens a network connection.
tearDown ( ) Tears down the fixture, for example, closes a network connection.

Method Details

setUp() protected method

This method is called before a test is executed.
protected setUp ( )

tearDown() protected method

This method is called after a test is executed.
protected tearDown ( )

testCreateFile() public method

public testCreateFile ( )

testExists() public method

public testExists ( $object )

testGetConfigReturnArray() public method

public testGetConfigReturnArray ( $object )

testGetConfigReturnObject() public method

public testGetConfigReturnObject ( $object )

testGetDataReturnArray() public method

public testGetDataReturnArray ( $object )

testGetPath() public method

public testGetPath ( $object )

testGetPathIfTypeIsNull() public method

public testGetPathIfTypeIsNull ( $object )

testRemove() public method

public testRemove ( )

testRemoveFileNotExists() public method

testSaveToFile() public method

public testSaveToFile ( $object )

testTable() public method

public testTable ( )

Property Details

$object protected property

protected File,Lazer\Classes\Helpers $object
return File