From 2d823cb6811cf51675693d4405b4f16f75acac2b Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Thu, 11 Apr 2019 15:22:59 +0200 Subject: [PATCH] Fix error message in spl_autoload test --- ext/spl/tests/spl_autoload_007.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/spl/tests/spl_autoload_007.phpt b/ext/spl/tests/spl_autoload_007.phpt index 1a81f191c7..3233120790 100644 --- a/ext/spl/tests/spl_autoload_007.phpt +++ b/ext/spl/tests/spl_autoload_007.phpt @@ -116,7 +116,7 @@ array(2) { [1]=> string(8) "noAccess" } -Passed array does not specify a callable method (cannot access protected method MyAutoLoader::noAccess()) +Passed array does not specify a callable static method (cannot access protected method MyAutoLoader::noAccess()) array(2) { [0]=> -- 2.50.1