PHP 클래스 App\Tests\AbstractTestCase

상속: extends Illuminate\Foundation\Testing\TestCase
파일 보기 프로젝트 열기: ant-vel/antVel

보호된 프로퍼티들

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

공개 메소드들

메소드 설명
createApplication ( ) : Illuminate\Foundation\Application Creates the application.

메소드 상세

createApplication() 공개 메소드

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

프로퍼티 상세

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

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