Skip to content

Commit b3eac06

Browse files
committed
wip
1 parent 1eef9ea commit b3eac06

2 files changed

Lines changed: 1 addition & 17 deletions

File tree

phpstan-baseline.neon

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -810,26 +810,11 @@ parameters:
810810
count: 1
811811
path: tests/Keboola/GoogleAnalyticsExtractor/ApplicationTest.php
812812

813-
-
814-
message: "#^Cannot access offset 'data' on mixed\\.$#"
815-
count: 1
816-
path: tests/Keboola/GoogleAnalyticsExtractor/ApplicationTest.php
817-
818813
-
819814
message: "#^Cannot access offset 'oauth_api' on mixed\\.$#"
820815
count: 1
821816
path: tests/Keboola/GoogleAnalyticsExtractor/ApplicationTest.php
822817

823-
-
824-
message: "#^Cannot access offset 'status' on mixed\\.$#"
825-
count: 2
826-
path: tests/Keboola/GoogleAnalyticsExtractor/ApplicationTest.php
827-
828-
-
829-
message: "#^Cannot access offset 0 on mixed\\.$#"
830-
count: 1
831-
path: tests/Keboola/GoogleAnalyticsExtractor/ApplicationTest.php
832-
833818
-
834819
message: "#^Method Keboola\\\\GoogleAnalyticsExtractor\\\\ApplicationTest\\:\\:assertManifestContainsColumns\\(\\) has parameter \\$expected with no value type specified in iterable type array\\.$#"
835820
count: 1
@@ -852,7 +837,7 @@ parameters:
852837

853838
-
854839
message: "#^Parameter \\#2 \\$array of static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertArrayHasKey\\(\\) expects array\\|ArrayAccess, mixed given\\.$#"
855-
count: 10
840+
count: 2
856841
path: tests/Keboola/GoogleAnalyticsExtractor/ApplicationTest.php
857842

858843
-

tests/Keboola/GoogleAnalyticsExtractor/ApplicationTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ public function testAppRunAdaptive(): void
9494

9595
public function testAppRunMCF(): void
9696
{
97-
$this->markTestSkipped();
9897
$this->config = $this->getConfig('_mcf');
9998
$this->runProcess();
10099

0 commit comments

Comments
 (0)