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