From 57b0e5a0455e621bec7acfbf57fb3da8776d1465 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Wed, 4 Nov 2020 12:30:41 +0100 Subject: [PATCH] Don't xfail method_static_var.phpt Let's test the current behavior here. It might not be right, but it's long-standing behavior. Nearly missed an assertion failure here because the test was XFAILed... --- Zend/tests/method_static_var.phpt | 27 +++++++++++---------------- 1 file changed, 11 insertions(+), 16 deletions(-) diff --git a/Zend/tests/method_static_var.phpt b/Zend/tests/method_static_var.phpt index b419647517..06574732d7 100644 --- a/Zend/tests/method_static_var.phpt +++ b/Zend/tests/method_static_var.phpt @@ -1,31 +1,26 @@ --TEST-- Initial value of static var in method depends on the include time of the class definition ---XFAIL-- -Maybe not a bug --FILE-- --EXPECT-- int(1) int(2) -int(1) int(2) +int(3) -- 2.50.1