Changeset 1890
- Timestamp:
- 10/20/08 18:00:51 (3 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
framework/trunk/src/test/php/net/stubbles/websites/xml/skin/stubCachingSkinGeneratorTestCase.php
r1763 r1890 124 124 public function nonCached() 125 125 { 126 $result = DOMDocument::loadXML('<?xml version="1.0" encoding="iso-8859-1"?><foo>bar</foo>'); 126 $result = new DOMDocument(); 127 $result->loadXML('<?xml version="1.0" encoding="iso-8859-1"?><foo>bar</foo>'); 127 128 $this->mockSkinGenerator->expects($this->once()) 128 129 ->method('getSkinKey')
