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