Skip to content

Commit

Permalink
updated system test expected files
Browse files Browse the repository at this point in the history
  • Loading branch information
AltamashShaikh committed Dec 5, 2024
1 parent 319e067 commit f42c091
Show file tree
Hide file tree
Showing 3 changed files with 1,470 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/System/TrackSeveralCampaignsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public function getApiForTesting()
'idSite' => self::$fixture->idSite,
'date' => $dateWithPluginEnabled,
'periods' => ['day'],
'testSuffix' => $phpVersionPrefix . version_compare(Version::VERSION, '5.2.0-b6', '<') ? 'old' : '',
'testSuffix' => $phpVersionPrefix . (version_compare(Version::VERSION, '5.2.0-b6', '<') ? 'old' : ''),
]
];

Expand Down
Loading

0 comments on commit f42c091

Please sign in to comment.