mirror of
https://github.com/wallabag/wallabag.git
synced 2025-10-10 19:32:07 +00:00
add relation between user and tags, tests are broken
This commit is contained in:
parent
a36737f485
commit
092ca70725
7 changed files with 131 additions and 31 deletions
|
@ -161,7 +161,9 @@ class WallabagRestControllerTest extends WallabagTestCase
|
|||
$entry = $client->getContainer()
|
||||
->get('doctrine.orm.entity_manager')
|
||||
->getRepository('WallabagCoreBundle:Entry')
|
||||
->findOneWithTags();
|
||||
->findOneWithTags(1);
|
||||
|
||||
var_dump($entry->getTitle());
|
||||
|
||||
if (!$entry) {
|
||||
$this->markTestSkipped('No content found in db.');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue