Exemplo n.º 1
0
 public function testRetainAll()
 {
     // Remove the following lines when you implement this test.
     $col = new \blaze\collections\lists\ArrayList();
     $col->add(5);
     $col->add(2);
     $col->add(1);
     $this->object->retainAll($col);
 }