Exemplo n.º 1
0
 /**
  * @covers NumbersPHP\Basic::max
  */
 public function testMax()
 {
     $this->assertEquals(42, \NumbersPHP\Basic::max(array(1, 2, 3, 42)), 'max should return the biggest number in an array');
 }