KernelTesting
class KernelTesting extends Loader (View source)
Properties
static protected Loader | $instance | from Loader | |
protected Arraydotify | $config | from Loader | |
protected string | $base_path | from Loader | |
protected bool | $booted | from Loader |
Methods
array
middlewares()
No description
array
configurations()
No description
array
events()
No description
withoutSession()
Define if the configuration going to boot without session manager
from
Loader
static void
withConfigurations(array $configurations)
Set the loading configuration
static void
withEvents(array $events)
Set the loading events
static void
withMiddlewares(array $middlewares)
Set the loading middlewares
Details
in
Loader at line 91
bool
isCli()
Check if php running env is cli
string
getBasePath()
Get the base path
static Loader
configure(string $base_path)
Configuration Loader
array
getMiddlewares()
Middleware collection
array
getNamespaces()
Namespaces collection
array
namespaces()
Get app namespace
array
middlewares()
No description
array
configurations()
No description
array
events()
No description
static Loader
getInstance()
Alias of singleton
Loader
withoutSession()
Define if the configuration going to boot without session manager
Loader
boot()
Load configuration
mixed
__invoke(string $key, mixed $value = null)
__invoke
bool
offsetExists(mixed $offset)
No description
mixed
offsetGet(mixed $offset)
No description
void
offsetSet(mixed $offset, mixed $value)
No description
void
offsetUnset(mixed $offset)
No description
static void
withConfigurations(array $configurations)
Set the loading configuration
static void
withEvents(array $events)
Set the loading events
static void
withMiddlewares(array $middlewares)
Set the loading middlewares