Beispiel #1
0
 /**
  * Converts an object to an array containing all of its private, protected
  * and public properties.
  *
  * @param  object $object
  * @return array
  */
 protected function toArray($object)
 {
     return PHPUnit_Util_Type::toArray($object);
 }