X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Ftaxonomy%2Ftests%2Ffixtures%2Fupdate%2Fdrupal-8.views-taxonomy-term-publishing-status-2981887.php;fp=web%2Fcore%2Fmodules%2Ftaxonomy%2Ftests%2Ffixtures%2Fupdate%2Fdrupal-8.views-taxonomy-term-publishing-status-2981887.php;h=13374dbb7ff6e678ddc43141614577618f35dc56;hp=0000000000000000000000000000000000000000;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hpb=74df008bdbb3a11eeea356744f39b802369bda3c diff --git a/web/core/modules/taxonomy/tests/fixtures/update/drupal-8.views-taxonomy-term-publishing-status-2981887.php b/web/core/modules/taxonomy/tests/fixtures/update/drupal-8.views-taxonomy-term-publishing-status-2981887.php new file mode 100644 index 000000000..13374dbb7 --- /dev/null +++ b/web/core/modules/taxonomy/tests/fixtures/update/drupal-8.views-taxonomy-term-publishing-status-2981887.php @@ -0,0 +1,32 @@ +insert('config') + ->fields(['collection', 'name', 'data']) + ->values([ + 'collection' => '', + 'name' => 'views.view.test_taxonomy_term_view_with_content_translation_status', + 'data' => serialize($view_with_cts_config), + ]) + ->values([ + 'collection' => '', + 'name' => 'views.view.test_taxonomy_term_view_without_content_translation_status', + 'data' => serialize($view_without_cts_config), + ]) + ->execute();