Ejemplo n.º 1
0
 public function testIsEmpty()
 {
     $stringEmpty = new String();
     $this->assertTrue($stringEmpty->isEmpty());
     $this->assertFalse($this->string->isEmpty());
 }