コード例 #1
0
 /**
  * @covers InputConverter::getString
  */
 public function testGetStringNull()
 {
     $id = "";
     $map = array('key' => $id);
     $actual = $this->converter->getString($map, "key");
     $this->assertNull($actual);
 }