PHP Class App\Tests\AbstractTestCase

Inheritance: extends Illuminate\Foundation\Testing\TestCase
Afficher le fichier Open project: ant-vel/antVel

Protected Properties

Свойство Type Description
$baseUrl string The base URL to use while testing the application.

Méthodes publiques

Méthode Description
createApplication ( ) : Illuminate\Foundation\Application Creates the application.

Method Details

createApplication() public méthode

Creates the application.
public createApplication ( ) : Illuminate\Foundation\Application
Résultat Illuminate\Foundation\Application

Property Details

$baseUrl protected_oe property

The base URL to use while testing the application.
protected string $baseUrl
Résultat string