From 08e0715b0111fa8a419f32d0a29815cd7cd36a1f Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Wed, 5 Mar 2025 11:16:40 +1300 Subject: [PATCH] MNT Add campaign-admin support back in --- .cow/changelog.md.twig | 1 + phpunit.xml.dist | 1 + 2 files changed, 2 insertions(+) diff --git a/.cow/changelog.md.twig b/.cow/changelog.md.twig index d49dc65f..2f5e8a49 100644 --- a/.cow/changelog.md.twig +++ b/.cow/changelog.md.twig @@ -12,6 +12,7 @@ A full list of module versions included in CMS Recipe {{ version }} is provided | silverstripe/admin | x.x.x | | silverstripe/asset-admin | x.x.x | | silverstripe/assets | x.x.x | +| silverstripe/campaign-admin | x.x.x | | silverstripe/cms | x.x.x | | silverstripe/config | x.x.x | | silverstripe/errorpage | x.x.x | diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 0c28f742..d35f00cf 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -45,6 +45,7 @@ vendor/silverstripe/admin/tests/php/ vendor/silverstripe/asset-admin/tests/php/ + vendor/silverstripe/campaign-admin/tests/php/ vendor/silverstripe/cms/tests/ vendor/silverstripe/config/tests/ vendor/silverstripe/errorpage/tests/