Skip to content

Commit

Permalink
Update OutputCacheServiceTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
kingjia90 committed Mar 11, 2024
1 parent 7ce5a14 commit 6d86224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Service/OutputCacheServiceTest.php
Expand Up @@ -161,7 +161,7 @@ public function testIgnoreCacheWhenRequestParameterIsPassed()
$cacheItem = $this->sut->load($this->request);

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

0 comments on commit 6d86224

Please sign in to comment.