PHP Class Acacha\Llum\Tests\LlumCommandTest

Inheritance: extends PHPUnit_Framework_TestCase
Datei anzeigen Open project: acacha/llum

Protected Methods

Method Description
fileHasContent ( $file, $content ) : boolean Check if file has an specific content.
laravelConfigFileHasContent ( $content ) : boolean Check file config/app.php has content.

Method Details

fileHasContent() protected method

Check if file has an specific content.
protected fileHasContent ( $file, $content ) : boolean
$file
$content
return boolean

laravelConfigFileHasContent() protected method

Check file config/app.php has content.
protected laravelConfigFileHasContent ( $content ) : boolean
$content
return boolean