unsetContainer() public static méthode

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