diff --git a/test/php/library/Icinga/Web/Dashboard/HomeTest.php b/test/php/library/Icinga/Web/Dashboard/HomeTest.php index f7bfdf0fd..3a8be0df4 100644 --- a/test/php/library/Icinga/Web/Dashboard/HomeTest.php +++ b/test/php/library/Icinga/Web/Dashboard/HomeTest.php @@ -83,7 +83,7 @@ class HomeTest extends BaseDashboardTestCase $this->dashboard->removeEntries(); $this->dashboard->load(); - $this->assertTrue( + $this->assertFalse( $this->dashboard->hasEntries(), 'Dashboard::removeEntries() could not remove all Dashboard Homes' );