FacadesTest
extends TestCase
in package
Tags
Table of Contents
- testConfigLoaded() : void
- Testing config loaded
- testLINEBotFacadeInstance() : void
- Testing LINEBot facade instance
- getPackageAliases() : array<string, class-string>
- Load package alias
- getPackageProviders() : array<string|int, string>
- Load package service provider
Methods
testConfigLoaded()
Testing config loaded
public
testConfigLoaded() : void
Return values
void —testLINEBotFacadeInstance()
Testing LINEBot facade instance
public
testLINEBotFacadeInstance() : void
Tags
Return values
void —getPackageAliases()
Load package alias
protected
getPackageAliases(Application $app) : array<string, class-string>
Parameters
- $app : Application
Tags
Return values
array<string, class-string> —getPackageProviders()
Load package service provider
protected
getPackageProviders(Application $app) : array<string|int, string>
Parameters
- $app : Application