Download the PHP package aivus/test-helper without Composer
On this page you can find all versions of the php package aivus/test-helper. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package test-helper
Test Helper
This package provide simple helpers for testing.
API
TestHelper::getPropertyValue($classOrObject, $propertyName)
This method allows to get property value of class (if property is static) or object (include private/protected)
TestHelper::setPropertyValue($classOrObject, $propertyName, $propertyValue)
This method allows to set value of class (if property is static) or object property
TestHelper::getMethod($className, $methodName)
This method allows to get class method (include private/protected)
getProperty($classNameOrObject, $propertyName)
This method allows to get class property (include private/protected)
invokeMethod($classNameOrObject, $methodName, [$parameters])
This method provide ability to call private/protected methods in the object
All versions of test-helper with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
The package aivus/test-helper contains the following files
Loading the files please wait ....