Skip to content

Commit

Permalink
check if tests for 11.1 are fine
Browse files Browse the repository at this point in the history
  • Loading branch information
kingjia90 committed Mar 1, 2024
1 parent dd3ef33 commit 12b5d61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/Service/OutputCacheServiceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ public function testIgnoreCacheWhenRequestParameterIsPassed()
$cacheItem = $this->sut->load($this->request);

// Assert
$this->assertEquals(true, \Pimcore::inDebugMode());
$this->assertEquals(null, $cacheItem);
}
}

0 comments on commit 12b5d61

Please sign in to comment.