From cebb42234cd8a5cb5a777b4b7ef2640fb5a82b90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Tue, 8 Mar 2016 15:22:35 +0100 Subject: Added 'wallabag' in page title --- src/Wallabag/ImportBundle/Tests/Import/PocketImportTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Wallabag/ImportBundle/Tests/Import/PocketImportTest.php') diff --git a/src/Wallabag/ImportBundle/Tests/Import/PocketImportTest.php b/src/Wallabag/ImportBundle/Tests/Import/PocketImportTest.php index bc9e2f42..92712b9d 100644 --- a/src/Wallabag/ImportBundle/Tests/Import/PocketImportTest.php +++ b/src/Wallabag/ImportBundle/Tests/Import/PocketImportTest.php @@ -351,7 +351,7 @@ class PocketImportTest extends \PHPUnit_Framework_TestCase $this->em ->expects($this->any()) ->method('persist') - ->with($this->callback(function($persistedEntry) { + ->with($this->callback(function ($persistedEntry) { return $persistedEntry->isArchived(); })); -- cgit v1.2.3