PHP Class Adldap\Laravel\Tests\TestCase

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

Protected Methods

Method Description
getMockConnection ( $methods = [] )
getMockUser ( array $attributes = [] )
getPackageAliases ( Illuminate\Foundation\Application $app ) : array Get the package aliases for testing.
getPackageProviders ( Illuminate\Foundation\Application $app ) : array Get the package service providers required for testing.

Method Details

getMockConnection() protected method

protected getMockConnection ( $methods = [] )

getMockUser() protected method

protected getMockUser ( array $attributes = [] )
$attributes array

getPackageAliases() protected method

Get the package aliases for testing.
protected getPackageAliases ( Illuminate\Foundation\Application $app ) : array
$app Illuminate\Foundation\Application
return array

getPackageProviders() protected method

Get the package service providers required for testing.
protected getPackageProviders ( Illuminate\Foundation\Application $app ) : array
$app Illuminate\Foundation\Application
return array