forked from wallabag/wallabag
Added 'wallabag' in page title
This commit is contained in:
@ -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();
|
||||
}));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user