\Hubleto\Framework\PHPUnitTestCase
Methods
ƒ _app
public _app(): \Hubleto\Framework\Core
ƒ _setTerminalColor
protected _setTerminalColor(string $color): void
Parameters
| Parameter |
Type |
Description |
$color |
string |
|
ƒ _echo
protected _echo(string $message, string $color = 'yellow'): void
Parameters
| Parameter |
Type |
Description |
$message |
string |
|
$color |
string |
|
ƒ _warning
protected _warning(string $message): void
Parameters
| Parameter |
Type |
Description |
$message |
string |
|
ƒ _info
protected _info(string $message): void
Parameters
| Parameter |
Type |
Description |
$message |
string |
|
ƒ _error
protected _error(string $message): void
Parameters
| Parameter |
Type |
Description |
$message |
string |
|
ƒ _replaceVarsInRoute
protected _replaceVarsInRoute(string $route, array $vars = []): string
Parameters
| Parameter |
Type |
Description |
$route |
string |
|
$vars |
array |
|
ƒ _testRouteDoesNotContainError
protected _testRouteDoesNotContainError(string $route, array $vars = []): string
Parameters
| Parameter |
Type |
Description |
$route |
string |
|
$vars |
array |
|
ƒ _callApi
[Description for _callApi]
protected _callApi(string $route, array $vars = []): void
Parameters
| Parameter |
Type |
Description |
$route |
string |
|
$vars |
array |
|
ƒ _callView
[Description for _callView]
protected _callView(string $route, array $vars = []): void
Parameters
| Parameter |
Type |
Description |
$route |
string |
|
$vars |
array |
|