Changeset 2523
- Timestamp:
- 03/12/10 11:56:40 (5 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
framework/trunk/src/test/php/net/stubbles/peer/http/stubHTTPRequestTestCase.php
r2497 r2523 246 246 $mockSocket->expects($this->at(6)) 247 247 ->method('write') 248 ->with($this-> equalTo('Date: ' . gmdate('D, d M Y H:i:s') . ' GMT' . stubHTTPConnection::END_OF_LINE));248 ->with($this->stringStartsWith('Date: ')); 249 249 $httpRequest->callProcessHeader($mockSocket, stubHTTPRequest::METHOD_GET, stubHTTPRequest::VERSION_1_0); 250 250 }
