PHP Class Gush\Tests\Helper\MetaHelperTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: gushphp/gush

Public Methods

Method Description
getUpdatableFiles ( )
setUpBeforeClass ( )
testFilterFilesList ( )
testIsUpdatable ( $content, $valid )
testUpdateContentPhpFileWithHeader ( )
testUpdateContentPhpFileWithHeaderWithStrictType ( )
testUpdateContentPhpFileWithHeaderWithStrictTypeAndEncoding ( )
testUpdateContentPhpFileWithNoHeader ( )
testUpdateContentPhpFileWithNoHeaderAndStrictType ( )
testUpdateContentPhpFileWithPreservedHeader ( )

Protected Methods

Method Description
setUp ( )

Private Methods

Method Description
getMetaForPhp ( ) : Base

Method Details

getUpdatableFiles() public static method

public static getUpdatableFiles ( )

setUp() protected method

protected setUp ( )

setUpBeforeClass() public static method

public static setUpBeforeClass ( )

testFilterFilesList() public method

public testFilterFilesList ( )

testIsUpdatable() public method

public testIsUpdatable ( $content, $valid )

testUpdateContentPhpFileWithHeader() public method

testUpdateContentPhpFileWithHeaderWithStrictType() public method

testUpdateContentPhpFileWithHeaderWithStrictTypeAndEncoding() public method

testUpdateContentPhpFileWithNoHeader() public method

testUpdateContentPhpFileWithNoHeaderAndStrictType() public method

testUpdateContentPhpFileWithPreservedHeader() public method