PHP Class DotsUnited\BundleFu\Tests\TestCase

Author: Jan Sorgalla ([email protected])
Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: dotsunited/bundlefu Class Usage Examples

Protected Properties

Property Type Description
$bundle DotsUnited\BundleFu\Bundle

Public Methods

Method Description
assertFileMatch ( $filename, $needle, $message = null ) ***********************************************************************
assertFileNotMatch ( $filename, $needle, $message = null )
setUp ( )
tearDown ( )

Protected Methods

Method Description
appendToFile ( $filename, $content )
includeAll ( )
includeSome ( )
purgeCache ( )

Method Details

appendToFile() protected method

protected appendToFile ( $filename, $content )

assertFileMatch() public method

***********************************************************************
public assertFileMatch ( $filename, $needle, $message = null )

assertFileNotMatch() public method

public assertFileNotMatch ( $filename, $needle, $message = null )

includeAll() protected method

protected includeAll ( )

includeSome() protected method

protected includeSome ( )

purgeCache() protected method

protected purgeCache ( )

setUp() public method

public setUp ( )

tearDown() public method

public tearDown ( )

Property Details

$bundle protected property

protected Bundle,DotsUnited\BundleFu $bundle
return DotsUnited\BundleFu\Bundle