/** * Tests if the returned configuration is a Doctrine\\Search\\Configuration */ public function testGetConfiguration() { $this->assertInstanceOf('Doctrine\\Search\\Configuration', $this->sm->getConfiguration()); }