Test Failed
Pull Request — master (#4)
by Simon
10:36
created
tests/MatomoTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@
 block discarded – undo
51 51
     public function testTrackingCode()
52 52
     {
53 53
         $config1 = $this->objFromFixture(SiteConfig::class, 'good1');
54
-        $actual = (string)Matomo::tracking_code(
54
+        $actual = (string) Matomo::tracking_code(
55 55
             $config1->MatomoTrackingURL,
56 56
             $config1->MatomoSiteId
57 57
         );
Please login to merge, or discard this patch.