mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-13 13:03:20 +00:00
Fix CS
This commit is contained in:
@@ -62,7 +62,6 @@ class Feed_XML_RSSTest extends PhraseanetPHPUnitAbstract
|
||||
$last_build = new DateTime('-2 hours');
|
||||
self::$rss->set_lastBuildDate($last_build);
|
||||
|
||||
|
||||
$xml = self::$rss->render();
|
||||
$sxe = simplexml_load_string($xml);
|
||||
$this->assertInstanceOf('SimpleXMLElement', $sxe);
|
||||
@@ -131,7 +130,6 @@ class Feed_XML_RSSTest extends PhraseanetPHPUnitAbstract
|
||||
$image->set_height($height);
|
||||
$image->set_description($description);
|
||||
|
||||
|
||||
self::$rss->set_image($image);
|
||||
$xml = self::$rss->render();
|
||||
$sxe = simplexml_load_string($xml);
|
||||
|
Reference in New Issue
Block a user