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:
authormattab <matthieu.aubry@gmail.com>2016-11-15 15:42:16 +0300
committermattab <matthieu.aubry@gmail.com>2016-11-15 15:42:16 +0300
commit3ec7292ebb93f286082d8ffa2ff71560018d75df (patch)
treead4c72ffbbbc735a010fe6753c1e08db76500b3e /tests/PHPUnit/System/AutoSuggestAPITest.php
parent241b46769c25b530e22c338e6dd053465915376a (diff)
More test fixes, and maybe a fix to the flattener (let's see if there's any regression..)
Diffstat (limited to 'tests/PHPUnit/System/AutoSuggestAPITest.php')
-rw-r--r--tests/PHPUnit/System/AutoSuggestAPITest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/PHPUnit/System/AutoSuggestAPITest.php b/tests/PHPUnit/System/AutoSuggestAPITest.php
index c1404e5757..014625b689 100644
--- a/tests/PHPUnit/System/AutoSuggestAPITest.php
+++ b/tests/PHPUnit/System/AutoSuggestAPITest.php
@@ -140,8 +140,8 @@ class AutoSuggestAPITest extends SystemTestCase
*/
public function testCheckOtherTestsWereComplete()
{
- // Check that only a few haven't been tested specifically (these are all custom variables slots since we only test slot 1, 2, 5 (see the fixture) and example dimension slots)
- $maximumSegmentsToSkip = 16;
+ // Check that only a few haven't been tested specifically (these are all custom variables slots since we only test slot 1, 2, 5 (see the fixture) and example dimension slots and bandwidth)
+ $maximumSegmentsToSkip = 17;
$this->assertLessThan($maximumSegmentsToSkip, count(self::$skipped) , 'SKIPPED ' . count(self::$skipped) . ' segments --> some segments had no "auto-suggested values"
but we should try and test the autosuggest for all new segments. Segments skipped were: ' . implode(', ', self::$skipped));