예제 #1
0
 /**
  * Test transform to string
  */
 public function testToString()
 {
     $this->assertSame('0', Transform::toString(0));
 }