Esempio n. 1
0
 /**
  * @covers SphinxSearch\Indexer::update
  * @covers SphinxSearch\Indexer::updateWith
  */
 public function testUpdateWithNoCriteria()
 {
     $affectedRows = $this->indexer->update('foo', ['foo' => 'bar']);
     $this->assertEquals(5, $affectedRows);
 }