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