mirror of
https://github.com/wallabag/wallabag.git
synced 2025-01-15 08:46:16 +01:00
Fix tests (again..)
This commit is contained in:
parent
93a4cefdbc
commit
bff82c3202
@ -115,7 +115,7 @@ class ElcuratorControllerTest extends WallabagCoreTestCase
|
|||||||
->get('doctrine.orm.entity_manager')
|
->get('doctrine.orm.entity_manager')
|
||||||
->getRepository('WallabagCoreBundle:Entry')
|
->getRepository('WallabagCoreBundle:Entry')
|
||||||
->findByUrlAndUserId(
|
->findByUrlAndUserId(
|
||||||
'https://devblog.lexik.fr/qualite-de-code-integration-de-php-git-hooks-dans-symfony2/',
|
'https://devblog.lexik.fr/git/qualite-de-code-integration-de-php-git-hooks-dans-symfony2-2842',
|
||||||
$this->getLoggedInUserId()
|
$this->getLoggedInUserId()
|
||||||
);
|
);
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
{
|
{
|
||||||
"created_at": "2015-09-09 11:10:32 UTC",
|
"created_at": "2015-09-09 11:10:32 UTC",
|
||||||
"title": "Qualité de code - Intégration de php-git-hooks dans Symfony2 - Experts Symfony et Drupal - Lexik",
|
"title": "Qualité de code - Intégration de php-git-hooks dans Symfony2 - Experts Symfony et Drupal - Lexik",
|
||||||
"url": "https://devblog.lexik.fr/qualite-de-code-integration-de-php-git-hooks-dans-symfony2/",
|
"url": "https://devblog.lexik.fr/git/qualite-de-code-integration-de-php-git-hooks-dans-symfony2-2842",
|
||||||
"description": null,
|
"description": null,
|
||||||
"tags": [
|
"tags": [
|
||||||
"tag1",
|
"tag1",
|
||||||
|
Loading…
Reference in New Issue
Block a user