Esempio n. 1
0
 public function testIsDocumentClass()
 {
     $this->assertFalse(Shanty_Mongo_Collection::isDocumentClass());
     $this->assertTrue(My_ShantyMongo_User::isDocumentClass());
 }