Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- class IndexControllerTest extends Zend_Test_PHPUnit_ControllerTestCase
- {
- protected function setUp()
- {
- Zend_Session::$_unitTestEnabled = 1;
- }
- protected function tearDown()
- {
- Zend_Session::namespaceUnset('fooSession');
- Zend_Session::expireSessionCookie();
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement