PHP 클래스 Askedio\ItemPaginator\Tests\BaseTestCase

상속: extends Illuminate\Foundation\Testing\TestCase
파일 보기 프로젝트 열기: askedio/laravel-item-paginate

보호된 프로퍼티들

프로퍼티 타입 설명
$baseUrl string The base URL to use while testing the application.

공개 메소드들

메소드 설명
createApplication ( ) : Illuminate\Foundation\Application Creates the application.
migrate ( ) Run package database migrations.
setUp ( ) Setup DB before each test.

메소드 상세

createApplication() 공개 메소드

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

migrate() 공개 메소드

Run package database migrations.
public migrate ( )

setUp() 공개 메소드

Setup DB before each test.
public setUp ( )

프로퍼티 상세

$baseUrl 보호되어 있는 프로퍼티

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