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