ServiceLocatorTest
extends TestCase
Table of Contents
-
testGet()
: mixed
-
testGetDoesNotMemoize()
: mixed
-
testHas()
: mixed
-
testThrowsOnCircularReference()
: mixed
-
testThrowsOnUndefinedInternalService()
: mixed
-
getServiceLocator()
: mixed
testGet()
public
testGet() : mixed
Return values
mixed
—
testGetDoesNotMemoize()
public
testGetDoesNotMemoize() : mixed
Return values
mixed
—
testHas()
public
testHas() : mixed
Return values
mixed
—
testThrowsOnCircularReference()
public
testThrowsOnCircularReference() : mixed
Return values
mixed
—
testThrowsOnUndefinedInternalService()
public
testThrowsOnUndefinedInternalService() : mixed
Return values
mixed
—
getServiceLocator()
protected
getServiceLocator(array<string|int, mixed> $factories) : mixed
Parameters
-
$factories
: array<string|int, mixed>
-
Return values
mixed
—