Esempio n. 1
0
 /**
  * @covers NumbersPHP\Basic::product
  * @expectedException \Exception
  */
 public function testProductStrings()
 {
     \NumbersPHP\Basic::product(array('error', 1, 2));
 }