PHP Class Acacha\Llum\Tests\ServiceCommandTest

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

Public Methods

Method Description
testExecute ( ) test DevToolsCommand.
testExecuteWithOutputFileOption ( ) test DevToolsCommand.

Protected Methods

Method Description
setUp ( ) Setup test.
tearDown ( ) Tear down test.

Private Methods

Method Description
fileHasContent ( $file, $content ) : boolean Check if file as specific content.
laravelServicesFileHasContent ( $content, $servicesFile = '/config/services.php' ) : boolean Check if Laravel Services File has an specific content.

Method Details

setUp() protected method

Setup test.
protected setUp ( )

tearDown() protected method

Tear down test.
protected tearDown ( )

testExecute() public method

test DevToolsCommand.
public testExecute ( )

testExecuteWithOutputFileOption() public method

test DevToolsCommand.