Ejemplo n.º 1
0
 public function testCount2()
 {
     $this->_initObject();
     $count = $this->object->deleteAll();
     $this->object->refresh();
     $this->assertEquals(0, $this->object->count());
 }
Ejemplo n.º 2
0
 public function __construct(DataSourceInterface $dataSource, DataStoresInterface $cashStore = null)
 {
     parent::__construct($dataSource, $cashStore);
     $this->refresh();
 }