Exemplo n.º 1
0
 public function testGetTypeReturnsObject()
 {
     $result = new Str();
     $type = $result->GetType();
     $this->assertEquals("object", $type);
 }