33 $this->
object->
add(
'string1',
'string one' );
34 $this->
object->add(
'string2',
'string two' );
35 $this->
object->add(
'integer', 0 );
36 $this->
object->add(
'float', 0.0 );
59 private function guess( $expected, $data ) {
98 $this->
object->guessType(
null );