|
static | setUpBeforeClass () |
|
static | tearDownAfterClass () |
|
static | resetAndPopulateFilesArrayByFilePathAndName ($arrayName, $filePath, $fileName) |
|
static | getDependentTestModelClassNames () |
|
static | getReflectedPropertyValue ($object, $propertyName) |
|
|
static | $activateDefaultLanguages = false |
|
|
| assertWithinTolerance ($expected, $actual, $plusMinus) |
|
| assertWithinPercentage ($expected, $actual, $percentage) |
|
| isDebug () |
|
|
static | getProtectedMethod ($className, $methodName) |
|
Definition at line 37 of file BaseTest.php.
static getReflectedPropertyValue |
( |
|
$object, |
|
|
|
$propertyName |
|
) |
| |
|
static |
Get the value of a property using reflection.
- Parameters
-
object | string | $class | The object or classname to reflect. An object must be provided if accessing a non-static property. |
string | $propertyName | The property to reflect. |
- Returns
- mixed The value of the reflected property.
Definition at line 159 of file BaseTest.php.
The documentation for this class was generated from the following file:
- /home/apizurmo/zurmo/app/protected/core/tests/unit/BaseTest.php