Ejemplo n.º 1
0
 public function testDumpValueWithColor()
 {
     $res = new EasyRdf_Resource('http://www.example.com/');
     $this->assertSame("<a href='http://www.example.com/' " . "style='text-decoration:none;color:red'>" . "http://www.example.com/</a>", $res->dumpValue('html', 'red'));
 }