Changeset 1437
- Timestamp:
- 03/19/08 17:13:54 (4 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/test/php/net/stubbles/websites/processors/stubAbstractProcessorTestCase.php
r1253 r1437 91 91 92 92 /** 93 * response references original response by default94 *95 * @test96 */97 public function responseIsReferenceToConstructorArgument()98 {99 $this->assertSame($this->mockResponse, $this->abstractProcessor->getResponse());100 }101 102 /**103 93 * ssl evaluates to true if validation returns true, should only be evaluated once 104 94 *
