From 03fbc27f07777432b8f9f60be2c39611668b47ec Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Tue, 5 Jul 2016 14:58:29 +0200 Subject: [PATCH] Closure::fromCallable(): Fix test files and names --- .../{cloure_from_callbable.inc => closure_from_callable.inc} | 0 ..._callbable_basic.phpt => closure_from_callable_basic.phpt} | 4 ++-- ..._callbable_error.phpt => closure_from_callable_error.phpt} | 4 ++-- ..._reflection.phpt => closure_from_callable_reflection.phpt} | 4 +--- 4 files changed, 5 insertions(+), 7 deletions(-) rename Zend/tests/closures/{cloure_from_callbable.inc => closure_from_callable.inc} (100%) rename Zend/tests/closures/{cloure_from_callbable_basic.phpt => closure_from_callable_basic.phpt} (97%) rename Zend/tests/closures/{cloure_from_callbable_error.phpt => closure_from_callable_error.phpt} (98%) rename Zend/tests/closures/{cloure_from_callbable_reflection.phpt => closure_from_callable_reflection.phpt} (88%) 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--