diff options
author | Nikita Popov <nikita.ppv@gmail.com> | 2019-04-11 15:22:59 +0200 |
---|---|---|
committer | Nikita Popov <nikita.ppv@gmail.com> | 2019-04-11 15:22:59 +0200 |
commit | 2d823cb6811cf51675693d4405b4f16f75acac2b (patch) | |
tree | 9f22ecc1fe22d51988217defde63abb76a5116fe | |
parent | b65cb7e2aa298ef316b5b8a46d918868e5a793a2 (diff) | |
download | php-git-2d823cb6811cf51675693d4405b4f16f75acac2b.tar.gz |
Fix error message in spl_autoload test
-rw-r--r-- | ext/spl/tests/spl_autoload_007.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
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]=> |