示例#1
0
 /**
  * Tests last.
  */
 public function testLastNull()
 {
     $objects = new Objects();
     $this->assertnull($objects->last());
 }