unsetContainer() public static method

Unsets the global container.
public static unsetContainer ( )
Beispiel #1
0
 public function testThrowsExceptionWhenNoContainerAvailable()
 {
     \PHPUnit_Framework_TestCase::setExpectedExceptionRegExp('\\RuntimeException', '/container is not initialized yet.*/');
     Robo::unsetContainer();
     Robo::getContainer();
 }