aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Wallabag/CoreBundle/fixtures/tagging_rules_admin.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Wallabag/CoreBundle/fixtures/tagging_rules_admin.json')
-rw-r--r--tests/Wallabag/CoreBundle/fixtures/tagging_rules_admin.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/Wallabag/CoreBundle/fixtures/tagging_rules_admin.json b/tests/Wallabag/CoreBundle/fixtures/tagging_rules_admin.json
new file mode 100644
index 00000000..a54824e2
--- /dev/null
+++ b/tests/Wallabag/CoreBundle/fixtures/tagging_rules_admin.json
@@ -0,0 +1,4 @@
1[{
2 "rule": "title matches \"football\"",
3 "tags": ["football"]
4}]