PHP Class Stevebauman\Translation\Tests\FunctionalTestCase

Inheritance: extends Orchestra\Testbench\TestCase
Afficher le fichier Open project: stevebauman/translation Class Usage Examples

Méthodes publiques

Méthode Description
setUp ( ) Set up the test environment.

Méthodes protégées

Méthode 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 méthode

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

getPackageAliases() protected méthode

Returns the package aliases.
protected getPackageAliases ( $app ) : array
Résultat array

getPackageProviders() protected méthode

Returns the package providers.
protected getPackageProviders ( $app ) : array
Résultat array

setUp() public méthode

Set up the test environment.
public setUp ( )