PHP Class Zizaco\TestCases\TestCase

Inheritance: extends Illuminate\Foundation\Testing\TestCase
Afficher le fichier Open project: zizaco/testcases-laravel Class Usage Examples

Méthodes publiques

Méthode Description
createApplication ( ) : Symfony\Component\HttpKernel\HttpKernelInterface Creates the application.
setUp ( ) Prepare for tests

Private Methods

Méthode Description
prepareForTests ( ) Set the mailer to 'pretend'.

Method Details

createApplication() public méthode

Creates the application.
public createApplication ( ) : Symfony\Component\HttpKernel\HttpKernelInterface
Résultat Symfony\Component\HttpKernel\HttpKernelInterface

setUp() public méthode

Prepare for tests
public setUp ( )