Ejemplo n.º 1
0
 public function testLongerThan2()
 {
     $s = new StringObject('I had 10 dollars.');
     $this->assertFalse($s->longerThan(30));
 }