Bristol SU Support Package
|
Public Member Functions | |
setUp () | |
getEnvironmentSetUp ($app) | |
![]() | |
createSdkEnvironment (Application $app) | |
Protected Member Functions | |
getPackageProviders ($app) | |
Test Case
Sets up a Laravel testing environment for any project using the sdk.
Definition at line 20 of file TestCase.php.
BristolSU\Support\Testing\TestCase::getEnvironmentSetUp | ( | $app | ) |
Set up the Orchestra Environment
Application | $app | Application to set up |
Definition at line 43 of file TestCase.php.
References BristolSU\Support\Testing\CreatesSdkEnvironment\createSdkEnvironment().
|
protected |
Get the service providers the sdk registers and requires.
Application | $app |
Definition at line 63 of file TestCase.php.
BristolSU\Support\Testing\TestCase::setUp | ( | ) |
Initialise the test case.
Loads migrations and factories for the sdk
Definition at line 28 of file TestCase.php.