diff --git a/test/display_cache_content.php b/test/display_cache_content.php index 427fa2e5c..3e2a87751 100644 --- a/test/display_cache_content.php +++ b/test/display_cache_content.php @@ -46,6 +46,7 @@ echo "
";
 
 if (empty($aEntries))
 {
+	echo "No Data";
 	return;
 }