mirror of
https://github.com/wallabag/wallabag.git
synced 2025-08-01 17:38:38 +00:00
Fixing tests
This commit is contained in:
parent
0a6f4568b5
commit
70584b42aa
2 changed files with 3 additions and 4 deletions
|
@ -681,10 +681,9 @@ class EntryRestControllerTest extends WallabagApiTestCase
|
|||
|
||||
public function testReloadEntryErrorWhileFetching()
|
||||
{
|
||||
$entry = $this->client->getContainer()
|
||||
->get('doctrine.orm.entity_manager')
|
||||
$entry = $this->client->getContainer()->get('doctrine.orm.entity_manager')
|
||||
->getRepository('WallabagCoreBundle:Entry')
|
||||
->findOneBy(['user' => 1, 'isArchived' => false]);
|
||||
->findByUrlAndUserId('http://0.0.0.0/entry4', 1);
|
||||
|
||||
if (!$entry) {
|
||||
$this->markTestSkipped('No content found in db.');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue