Example #1
0
 public function testNullOutContainer()
 {
     $old = $this->_helper->getContainer();
     $this->_helper->setContainer();
     $new = $this->_helper->getContainer();
     $this->assertNotEquals($old, $new);
 }