コード例 #1
0
 /**
  * @test
  * @since  5.0.0
  */
 public function toFloatOnNullReturnsNull()
 {
     assertNull(Parse::toFloat(null));
 }