Exemplo n.º 1
0
 function testDoNotClosePopup()
 {
     $controller = new TestingController();
     $controller->setCurrentAction('without_popup');
     $controller->performAction();
     $this->assertEqual('', $this->toolkit->getResponse()->getResponseString());
 }