1
0
mirror of https://github.com/moparisthebest/wallabag synced 2025-01-06 19:28:00 -05:00

[add] test for mark as read

This commit is contained in:
Nicolas Lœuillet 2014-01-13 21:38:52 +01:00
parent 2a496fe381
commit f24eb4fda6

View File

@ -102,7 +102,7 @@ class ApiTest extends PocheWebTestCase
)
);
$this->assertEquals('true', $client->getResponse()->getContent());
$this->assertEquals('1', $client->getResponse()->getContent());
}