2 Jan 2010 01:54
11333 - in /trunk/Reflection: src/method.php tests/class_static_test.php tests/method_static_test.php tests/suite.php
Falko Menge <mail <at> falko-menge.de>
2010-01-02 00:54:44 GMT
2010-01-02 00:54:44 GMT
Author: fmenge
Date: Sat Jan 2 01:54:43 2010
New Revision: 11333
Log:
- Added an integration test for StaticReflectionMethod
- Adapted test code to recented refactorings in staticReflection
Added:
trunk/Reflection/tests/method_static_test.php
- copied, changed from r11319, trunk/Reflection/tests/method_from_class_test.php
Modified:
trunk/Reflection/src/method.php
trunk/Reflection/tests/class_static_test.php
trunk/Reflection/tests/suite.php
Modified: trunk/Reflection/src/method.php
==============================================================================
--- trunk/Reflection/src/method.php [iso-8859-1] (original)
+++ trunk/Reflection/src/method.php [iso-8859-1] Sat Jan 2 01:54:43 2010
<at> <at> -747,7 +747,7 <at> <at>
* the parent class. The only difference is that it returns an instance
* ezcReflectionClass instead of a ReflectionClass instance
* <at> return ezcReflectionClass Prototype
- * <at> throws ReflectionException if the method has not prototype
+ * <at> throws ReflectionException if the method has no prototype
*/
public function getPrototype() {
if ( $this->reflectionSource instanceof parent ) {
(Continue reading)
RSS Feed