Changeset 1241
- Timestamp:
- 01/15/08 01:51:51 (9 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/test/php/net/stubbles/ipo/request/broker/stubRequestBrokerTestCase.php
r1223 r1241 50 50 51 51 /** 52 * test broking with a class that is not an instance of net::stubbles::lang .stubObject52 * test broking with a class that is not an instance of net::stubbles::lang::stubObject 53 53 */ 54 54 public function testWithClassThatIsNotInstanceOfStubObject() … … 70 70 71 71 /** 72 * test broking with a class that is an instance of net::stubbles::lang .stubObject72 * test broking with a class that is an instance of net::stubbles::lang::stubObject 73 73 */ 74 74 public function testWithClassThatIsInstanceOfStubObject()
