public function testHasCollectionName()
 {
     $this->assertTrue(My_ShantyMongo_User::hasCollectionName());
     $this->assertFalse(My_ShantyMongo_Name::hasCollectionName());
 }