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