From 645a29e22b741cdfbced23d770501327a286f387 Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 16 Feb 2018 22:14:08 +0100 Subject: [PATCH] Add API test suite --- phpunit.coverage.specific.xml | 3 +++ phpunit.coverage.xml | 3 +++ phpunit.xml | 3 +++ 3 files changed, 9 insertions(+) diff --git a/phpunit.coverage.specific.xml b/phpunit.coverage.specific.xml index 7bcd1ffa62..9a25379977 100644 --- a/phpunit.coverage.specific.xml +++ b/phpunit.coverage.specific.xml @@ -16,6 +16,9 @@ ./tests/Unit + + ./tests/Api + diff --git a/phpunit.coverage.xml b/phpunit.coverage.xml index 1f52d8a767..874f28e793 100644 --- a/phpunit.coverage.xml +++ b/phpunit.coverage.xml @@ -16,6 +16,9 @@ ./tests/Unit + + ./tests/Api + diff --git a/phpunit.xml b/phpunit.xml index 8ce1608fc8..1b5e9f6f27 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -16,6 +16,9 @@ ./tests/Unit + + ./tests/Api +