Beispiel #1
0
 public function testCheckArrayLengthsExceptionOnlyOneArray()
 {
     $this->setExpectedException('\\MathPHP\\Exception\\BadDataException');
     Multi::add([1, 2]);
 }