/**
  * Test the member counting function
  */
 public function testMemberCount()
 {
     $this->assertEquals(3, $this->collection->count());
 }