コード例 #1
0
 public function testCreateQueryWithInvalidClass()
 {
     $this->client->registerQueryType('invalidquery', '\\StdClass');
     $this->setExpectedException('Solarium\\Exception\\UnexpectedValueException');
     $this->client->createQuery('invalidquery');
 }