Property | Type | Description | |
---|---|---|---|
$baseUrl | string | The base URL to use while testing the application. | |
$coverPath | |||
$mediaPath |
Method | Description | |
---|---|---|
__construct ( ) | ||
createApplication ( ) : Illuminate\Foundation\Application | Creates the application. | |
setUp ( ) |
Method | Description | |
---|---|---|
createSampleMediaSet ( ) | Create a sample media set, with a complete artist+album+song trio. | |
deleteAsUser ( $url, $data = [], $user = null ) | ||
getAsUser ( $url, $user = null ) | ||
postAsUser ( $url, $data, $user = null ) | ||
putAsUser ( $url, $data, $user = null ) |
Method | Description | |
---|---|---|
prepareForTests ( ) |
public createApplication ( ) : Illuminate\Foundation\Application | ||
return | Illuminate\Foundation\Application |
protected createSampleMediaSet ( ) |
protected string $baseUrl | ||
return | string |