PHP Class EricMakesStuff\ServerMonitor\Test\Integration\TestCase

Inheritance: extends Orchestra\Testbench\TestCase
Show file Open project: ericmakesstuff/laravel-server-monitor Class Usage Examples

Protected Methods

Method Description
doNotSeeInConsoleOutput ( $unExpectedText )
expectsEvent ( $eventClassName )
getEnvironmentSetUp ( Illuminate\Foundation\Application $app )
getPackageProviders ( Illuminate\Foundation\Application $app ) : array
seeInConsoleOutput ( $expectedText )

Method Details

doNotSeeInConsoleOutput() protected method

protected doNotSeeInConsoleOutput ( $unExpectedText )

expectsEvent() protected method

protected expectsEvent ( $eventClassName )

getEnvironmentSetUp() protected method

protected getEnvironmentSetUp ( Illuminate\Foundation\Application $app )
$app Illuminate\Foundation\Application

getPackageProviders() protected method

protected getPackageProviders ( Illuminate\Foundation\Application $app ) : array
$app Illuminate\Foundation\Application
return array

seeInConsoleOutput() protected method

protected seeInConsoleOutput ( $expectedText )