Skip to content

Commit

Permalink
OXDEV-881 Stabilize test
Browse files Browse the repository at this point in the history
  • Loading branch information
hkreuter committed Apr 19, 2018
1 parent a3d4c90 commit 3975002
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/Integration/Seo/PaginationSeoTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -545,6 +545,10 @@ public function providerCheckSeoUrl()
*/
public function testCheckSeoUrl($urlToCall, $seoUrl, $responseContains, $responseNotContains, $seoCount, $seoArtCount, $prepareUrls)
{
//prevent creating possible additional seo urls
$this->getConfig()->setConfigParam('iNewestArticlesMode', 0);
$this->getConfig()->setConfigParam('iTop5Mode', 0);

$this->callCurl(''); //call shop startpage
foreach ($prepareUrls as $url) {
$this->callCurl($url);
Expand Down

0 comments on commit 3975002

Please sign in to comment.