예제 #1
0
 /**
  * Test with an array of integers and an empty value.
  *
  * @expectedException RuntimeException
  */
 public function test8c()
 {
     $ids = [false, 1, 2, 3];
     DataLayer::testListOfInt($ids);
 }