예제 #1
0
 /**
  *
  */
 public function testIsEmpty()
 {
     $this->assertTrue(String::isEmpty(''));
     $this->assertFalse(String::isEmpty('abc'));
 }