예제 #1
0
 /**
  * Tests if the returned configuration is a Revinate\\SearchBundle\\Lib\\Search\\Configuration
  */
 public function testGetConfiguration()
 {
     $this->assertInstanceOf('Revinate\\SearchBundle\\Lib\\Search\\Configuration', $this->sm->getConfiguration());
 }