Ejemplo n.º 1
0
 public function testEmptyWithWhitespaces()
 {
     $s = new Stringizer("\n  \n\r\t   ");
     $this->assertEquals(true, $s->isEmpty());
 }