PHP Class Zizaco\TestCases\TestCase

Inheritance: extends Illuminate\Foundation\Testing\TestCase
Show file Open project: zizaco/testcases-laravel Class Usage Examples

Public Methods

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

Private Methods

Method Description
prepareForTests ( ) Set the mailer to 'pretend'.

Method Details

createApplication() public method

Creates the application.
public createApplication ( ) : Symfony\Component\HttpKernel\HttpKernelInterface
return Symfony\Component\HttpKernel\HttpKernelInterface

setUp() public method

Prepare for tests
public setUp ( )