PHP Class App\Tests\AbstractTestCase

Inheritance: extends Illuminate\Foundation\Testing\TestCase
Show file Open project: ant-vel/antVel

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