From: Nikita Popov Date: Tue, 5 Jul 2016 12:58:29 +0000 (+0200) Subject: Closure::fromCallable(): Fix test files and names X-Git-Tag: php-7.1.0alpha3~14 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=03fbc27f07777432b8f9f60be2c39611668b47ec;p=php Closure::fromCallable(): Fix test files and names --- diff --git a/Zend/tests/closures/cloure_from_callbable.inc b/Zend/tests/closures/closure_from_callable.inc similarity index 100% rename from Zend/tests/closures/cloure_from_callbable.inc rename to Zend/tests/closures/closure_from_callable.inc diff --git a/Zend/tests/closures/cloure_from_callbable_basic.phpt b/Zend/tests/closures/closure_from_callable_basic.phpt similarity index 97% rename from Zend/tests/closures/cloure_from_callbable_basic.phpt rename to Zend/tests/closures/closure_from_callable_basic.phpt index c498a9644b..2561bbfaa6 100644 --- a/Zend/tests/closures/cloure_from_callbable_basic.phpt +++ b/Zend/tests/closures/closure_from_callable_basic.phpt @@ -1,9 +1,9 @@ --TEST-- -Testing closure() functionality +Testing Closure::fromCallable() functionality: Basic --FILE-- +Testing Closure::fromCallable() functionality: Reflection --FILE--