Esempio n. 1
0
 public function testResetarAdapterFazComQueODataMapperInstancieUmNovoAdapter()
 {
     CoreExt_EntityDataMapperStub::resetDefaultDbAdapter();
     $entityMapper = new CoreExt_EntityDataMapperStub();
     $this->assertNotSame($this->getDbAdapter(), $entityMapper->getDbAdapter());
 }
Esempio n. 2
0
 public function testInicializaInstanciaDefaultDeClsbanco()
 {
     $mapper = new CoreExt_EntityDataMapperStub();
     $this->assertType('clsBanco', $mapper->getDbAdapter());
 }