Beispiel #1
0
 function testIsOdd()
 {
     $this->assertFalse(TimberHelper::isodd(2));
     $this->assertTrue(TimberHelper::isodd(7));
 }