Beispiel #1
0
 /**
  * @covers SphinxSearch\Db\Adapter\Platform\SphinxQL::quoteValue
  * @testdox Trigger E_USER_NOTICE when quoted a not supported value type
  */
 public function testQuoteWrongValue()
 {
     $this->setExpectedException('\\PHPUnit_Framework_Error_Notice');
     $this->platform->quoteValue('ciao');
 }