mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-18 15:33:15 +00:00
remove comments
This commit is contained in:
@@ -247,8 +247,6 @@ class Module_Admin_Route_PublicationTest extends PhraseanetWebTestCaseAuthentica
|
|||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
// $core['file-system']->copy(__DIR__ . '/../../../../testfiles/logocoll.gif', __DIR__ . '/../../../../testfiles/logocoll1.gif');
|
|
||||||
|
|
||||||
$this->client->request(
|
$this->client->request(
|
||||||
"POST"
|
"POST"
|
||||||
, "/publications/feed/" . $feed->get_id() . "/iconupload/"
|
, "/publications/feed/" . $feed->get_id() . "/iconupload/"
|
||||||
@@ -266,13 +264,6 @@ class Module_Admin_Route_PublicationTest extends PhraseanetWebTestCaseAuthentica
|
|||||||
|
|
||||||
$feed = new Feed_Adapter($appbox, $feed->get_id());
|
$feed = new Feed_Adapter($appbox, $feed->get_id());
|
||||||
|
|
||||||
// try {
|
|
||||||
// $file = new SplFileObject(__DIR__ . '/../../../../testfiles/logocoll1.gif');
|
|
||||||
// $this->fail('logo not deleted');
|
|
||||||
// } catch (\Exception $e) {
|
|
||||||
//
|
|
||||||
// }
|
|
||||||
|
|
||||||
$feed->delete();
|
$feed->delete();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user