Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/PHPUnit/Framework/TestRequest/ApiTestConfig.php')
-rw-r--r--tests/PHPUnit/Framework/TestRequest/ApiTestConfig.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/PHPUnit/Framework/TestRequest/ApiTestConfig.php b/tests/PHPUnit/Framework/TestRequest/ApiTestConfig.php
index 9e1d50efdc..7c95279f6e 100644
--- a/tests/PHPUnit/Framework/TestRequest/ApiTestConfig.php
+++ b/tests/PHPUnit/Framework/TestRequest/ApiTestConfig.php
@@ -93,6 +93,13 @@ class ApiTestConfig
public $idGoal = false;
/**
+ * The value to use for the idGoal query parameter.
+ *
+ * @var int|bool
+ */
+ public $includeGoals = false;
+
+ /**
* The value to use for the apiModule query parameter.
*
* @var string|false