PHP Class Webiny\Component\ServiceManager\Tests\ServiceManagerExceptionTest

Inheritance: extends PHPUnit_Framework_TestCas\PHPUnit_Framework_TestCase
Show file Open project: Webiny/Framework

Protected Properties

Property Type Description
$services

Public Methods

Method Description
setUpBeforeClass ( )
testCircularReferencingException ( ) Using services that reference each other should throw a ServiceManagerException
testMissingParameterException ( ) Using inexistent parameter should throw ServiceManagerException
testMissingServiceException ( ) Using inexistent service should throw a ServiceManagerException

Method Details

setUpBeforeClass() public static method

public static setUpBeforeClass ( )

testCircularReferencingException() public method

Using services that reference each other should throw a ServiceManagerException

testMissingParameterException() public method

Using inexistent parameter should throw ServiceManagerException

testMissingServiceException() public method

Using inexistent service should throw a ServiceManagerException

Property Details

$services protected static property

protected static $services