PHP Class Askedio\ItemPaginator\Tests\BaseTestCase

Inheritance: extends Illuminate\Foundation\Testing\TestCase
Afficher le fichier Open project: askedio/laravel-item-paginate

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.
migrate ( ) Run package database migrations.
setUp ( ) Setup DB before each test.

Method Details

createApplication() public méthode

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

migrate() public méthode

Run package database migrations.
public migrate ( )

setUp() public méthode

Setup DB before each test.
public setUp ( )

Property Details

$baseUrl protected_oe property

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