PHP Class Stevebauman\Translation\Tests\FunctionalTestCase

Inheritance: extends Orchestra\Testbench\TestCase
Mostrar archivo Open project: stevebauman/translation Class Usage Examples

Public Methods

Method Description
setUp ( ) Set up the test environment.

Protected Methods

Method Description
getEnvironmentSetUp ( Illuminate\Foundation\Application $app ) : void Define environment setup.
getPackageAliases ( $app ) : array Returns the package aliases.
getPackageProviders ( $app ) : array Returns the package providers.

Method Details

getEnvironmentSetUp() protected method

Define environment setup.
protected getEnvironmentSetUp ( Illuminate\Foundation\Application $app ) : void
$app Illuminate\Foundation\Application
return void

getPackageAliases() protected method

Returns the package aliases.
protected getPackageAliases ( $app ) : array
return array

getPackageProviders() protected method

Returns the package providers.
protected getPackageProviders ( $app ) : array
return array

setUp() public method

Set up the test environment.
public setUp ( )