Changeset 325
- Timestamp:
- 02/27/08 17:20:44 (9 months ago)
- Files:
-
- cleversvg/trunk/tests/csDocumentTest.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
cleversvg/trunk/tests/csDocumentTest.php
r324 r325 46 46 } 47 47 48 public function testSetDescription() 49 { 50 $this->doc->setDescription('Changed description'); 51 $xml = $this->doc->toXML(); 52 $this->assertEquals(preg_match('#<desc>Changed description</desc>#si', $xml), 1, $xml); 53 } 54 48 55 public function testToXml() 49 56 {
