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:
authorPeter Zhang <peter@innocraft.com>2022-03-26 21:11:32 +0300
committerGitHub <noreply@github.com>2022-03-26 21:11:32 +0300
commite1eea7a08911da4d8718ad9316a19bd326cf02d7 (patch)
treea8b139206fcc30a334c7cbcc57bb6a124670a601 /plugins/LanguagesManager
parentb5b62fd5d4f2eaf5fcf59ecb4371aca2e2944568 (diff)
Add Two New segments (#18953)
* add order revenue add order revenue * add order revenue update * Update DimensionTest.php add 2 tests * update cart update cart * update errors update errors * update segment, and add tests update segment, and add tests * update query on cart left in cart update query on cart left in cart * update tests update tests * Update Revenue.php update type * Update test_apiGetReportMetadata__API.getSegmentsMetadata.xml update tests * Update Revenue.php update * Update Revenue.php update checks * Update Revenue.php group into functions * Update Revenue.php update * Update Revenue.php update and * Update test_ecommerceOrderWithItems_SegmentRevenueOrder__Goals.get_day.xml update tests * Update Revenue.php update support type * Update Revenue.php update wrong variable * tests Co-authored-by: sgiehl <stefan@matomo.org>
Diffstat (limited to 'plugins/LanguagesManager')
-rw-r--r--plugins/LanguagesManager/tests/Unit/TranslationWriter/Validate/NoScriptsTest.php7
1 files changed, 0 insertions, 7 deletions
diff --git a/plugins/LanguagesManager/tests/Unit/TranslationWriter/Validate/NoScriptsTest.php b/plugins/LanguagesManager/tests/Unit/TranslationWriter/Validate/NoScriptsTest.php
index b6b01790fd..8c77400f30 100644
--- a/plugins/LanguagesManager/tests/Unit/TranslationWriter/Validate/NoScriptsTest.php
+++ b/plugins/LanguagesManager/tests/Unit/TranslationWriter/Validate/NoScriptsTest.php
@@ -86,13 +86,6 @@ class NoScriptsTest extends \PHPUnit\Framework\TestCase
array(
array(
'test' => array(
- 'test' => 'that will fail on document. or not?'
- )
- ),
- ),
- array(
- array(
- 'test' => array(
'test' => 'bla <a background="yellow">link</a>'
)
),