Exemple #1
0
 /**
  * Test transform to integer
  */
 public function testToInteger()
 {
     $this->assertSame(0, Transform::toInteger('0'));
 }