- Timestamp:
- 04/10/08 22:58:24 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/test/php/net/stubbles/ipo/session/stubNoneDurableSessionTestCase.php
r1272 r1531 28 28 public function setUp() 29 29 { 30 $this->session = new stubNoneDurableSession($this->getMock('stubRequest'), 'test');30 $this->session = new stubNoneDurableSession($this->getMock('stubRequest'), $this->getMock('stubResponse'), 'test'); 31 31 } 32 32
