diff --git a/tests/Service/OutputCacheServiceTest.php b/tests/Service/OutputCacheServiceTest.php index 9ec026a9..16aea770 100644 --- a/tests/Service/OutputCacheServiceTest.php +++ b/tests/Service/OutputCacheServiceTest.php @@ -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); } }