mirror of
https://github.com/wallabag/wallabag.git
synced 2025-01-05 03:56:43 +01:00
Merge pull request #7290 from yguedidi/use-lighter-pdf-file-in-pinboard-tests
Use lighter PDF file in Pinboard tests
This commit is contained in:
commit
f3a3f4ad5d
@ -162,7 +162,7 @@ class PinboardControllerTest extends WallabagCoreTestCase
|
|||||||
->get(EntityManagerInterface::class)
|
->get(EntityManagerInterface::class)
|
||||||
->getRepository(Entry::class)
|
->getRepository(Entry::class)
|
||||||
->findByUrlAndUserId(
|
->findByUrlAndUserId(
|
||||||
'https://ilia.ws/files/nginx_torontophpug.pdf',
|
'https://www.w3.org/WAI/ER/tests/xhtml/testfiles/resources/pdf/dummy.pdf',
|
||||||
$this->getLoggedInUserId()
|
$this->getLoggedInUserId()
|
||||||
);
|
);
|
||||||
|
|
||||||
|
6
tests/fixtures/Import/pinboard_export
vendored
6
tests/fixtures/Import/pinboard_export
vendored
@ -22,14 +22,14 @@
|
|||||||
"tags": "varnish PHP"
|
"tags": "varnish PHP"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"href": "https://ilia.ws/files/nginx_torontophpug.pdf",
|
"href": "https://www.w3.org/WAI/ER/tests/xhtml/testfiles/resources/pdf/dummy.pdf",
|
||||||
"description": "Nginx Tricks for PHP Developers",
|
"description": "Dummy PDF file",
|
||||||
"extended": "",
|
"extended": "",
|
||||||
"meta": "9adbb5c4ca6760e335b920800d88c70a",
|
"meta": "9adbb5c4ca6760e335b920800d88c70a",
|
||||||
"hash": "0189bb08f8bd0122c6544bed4624c546",
|
"hash": "0189bb08f8bd0122c6544bed4624c546",
|
||||||
"time": "2016-10-05T07:11:27Z",
|
"time": "2016-10-05T07:11:27Z",
|
||||||
"shared": "yes",
|
"shared": "yes",
|
||||||
"toread": "no",
|
"toread": "no",
|
||||||
"tags": "nginx PHP best_practice"
|
"tags": "dummy PDF file"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user