Example #1
0
 /**
  * @expectedException InvalidArgumentException
  */
 public function testProdSizeFail()
 {
     $this->X->prod($this->Y);
 }