From 0f316ab6ccb8cc8ce75f1c1086c44b3bebbf3a41 Mon Sep 17 00:00:00 2001 From: Vincent Gao Date: Mon, 24 Jan 2022 16:59:18 +1100 Subject: [PATCH] Adds phpunit coverage settings --- composer.json | 2 +- phpunit.xml.dist | 6 +----- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index 679ff6f..d97ddd4 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "license": "GPL-2.0-or-later", "type": "drupal-module", "require": { - "dpc-sdp/tide_core": "3.0.0" + "dpc-sdp/tide_core": "^3.1.0" }, "suggest": { "dpc-sdp/tide_media:^3.0.0": "Media and related configuration for Tide Drupal 8 distribution" diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 3468d79..a7bf38b 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -7,11 +7,7 @@ - ./includes - ./lib - ./modules - ../modules - ../sites + ./dpc-sdp ./modules/*/src/Tests