PHP Class App\Tests\TestCase

Inheritance: extends PHPUnit_Framework_TestCase, use trait Illuminate\Foundation\Testing\ApplicationTrait
Show file Open project: neomerx/limoncello-collins Class Usage Examples

Protected Properties

Property Type Description
$baseUrl string The base URL to use while testing the application.

Public Methods

Method Description
createApplication ( ) : Illuminate\Foundation\Application Creates the application.

Method Details

createApplication() public method

Creates the application.
public createApplication ( ) : Illuminate\Foundation\Application
return Illuminate\Foundation\Application

Property Details

$baseUrl protected property

The base URL to use while testing the application.
protected string $baseUrl
return string