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:
authorThomas Steur <tsteur@users.noreply.github.com>2019-10-10 00:36:19 +0300
committerGitHub <noreply@github.com>2019-10-10 00:36:19 +0300
commit42f9f8cbcc350f9cbcd8a085c38f2ae9155c42d3 (patch)
treea9ddfc6e8a98eea2d92dcd03e34c284ecbd37a27 /tests/PHPUnit/System/CustomEventsTest.php
parente5b034d46ff3a793837944c4f6445c694007ce5f (diff)
Smaller varchar size for log_action.name (#14859)
Diffstat (limited to 'tests/PHPUnit/System/CustomEventsTest.php')
-rw-r--r--tests/PHPUnit/System/CustomEventsTest.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/PHPUnit/System/CustomEventsTest.php b/tests/PHPUnit/System/CustomEventsTest.php
index 37cc2312ab..385c6d3c46 100644
--- a/tests/PHPUnit/System/CustomEventsTest.php
+++ b/tests/PHPUnit/System/CustomEventsTest.php
@@ -28,6 +28,7 @@ class CustomEventsTest extends SystemTestCase
*/
public function testApi($api, $params)
{
+ $params['xmlFieldsToRemove'] = array('idsubdatatable');
$this->runApiTests($api, $params);
}