コード例 #1
0
 public function testEnforceArrayMaxSizeException()
 {
     $this->setExpectedException('InvalidArgumentException');
     Type::enforceArraySizeLowerThan([1, 2, 3], 2);
 }