Esempio n. 1
0
 public function testEmptyListGetLast()
 {
     $empty_list = new ArrayList();
     $this->assertNull($empty_list->getLast());
 }