예제 #1
0
 /**
  * Test transform to float
  */
 public function testToFloat()
 {
     $this->assertSame(1.0, Transform::toFloat('1.0'));
 }