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