aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Wallabag/ImportBundle/fixtures
diff options
context:
space:
mode:
authorNicolas Lœuillet <nicolas@loeuillet.org>2019-11-07 12:17:01 +0100
committerJeremy Benoist <jeremy.benoist@gmail.com>2019-11-15 16:08:36 +0100
commit958e77e6a7c779de11f0f070b70c861c246a959f (patch)
tree02717c536865a32983017faf5ec195f0e7148fc9 /tests/Wallabag/ImportBundle/fixtures
parent3c5aa05311d057c8fed83f085e6fb6ecc874fca4 (diff)
downloadwallabag-958e77e6a7c779de11f0f070b70c861c246a959f.tar.gz
wallabag-958e77e6a7c779de11f0f070b70c861c246a959f.tar.zst
wallabag-958e77e6a7c779de11f0f070b70c861c246a959f.zip
Added elCurator import
Diffstat (limited to 'tests/Wallabag/ImportBundle/fixtures')
-rw-r--r--tests/Wallabag/ImportBundle/fixtures/elcurator.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/Wallabag/ImportBundle/fixtures/elcurator.json b/tests/Wallabag/ImportBundle/fixtures/elcurator.json
new file mode 100644
index 00000000..58972d93
--- /dev/null
+++ b/tests/Wallabag/ImportBundle/fixtures/elcurator.json
@@ -0,0 +1,13 @@
1[
2 {
3 "created_at": "2015-09-09 11:10:32 UTC",
4 "title": "Qualité de code - Intégration de php-git-hooks dans Symfony2 - Experts Symfony et Drupal - Lexik",
5 "url": "https://devblog.lexik.fr/qualite-de-code-integration-de-php-git-hooks-dans-symfony2/",
6 "description": null,
7 "tags": [
8 "tag1",
9 "tag2"
10 ],
11 "is_saved": true
12 }
13]