PHP Class TestCase

Inheritance: extends PHPUnit_Framework_TestCase
Datei anzeigen Open project: phanan/koel Class Usage Examples

Protected Properties

Property Type Description
$baseUrl string The base URL to use while testing the application.
$coverPath

Public Methods

Method Description
__construct ( )
createApplication ( ) : Illuminate\Foundation\Application Creates the application.

Method Details

__construct() public method

public __construct ( )

createApplication() public method

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

Property Details

$baseUrl protected_oe property

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

$coverPath protected_oe property

protected $coverPath