Doctrine\Tests\Search\ConfigurationTest::testNewDefaultAnnotationDriver PHP Method

testNewDefaultAnnotationDriver() public method

    public function testNewDefaultAnnotationDriver()
    {
        $defaultAnnotationDriver = $this->configuration->newDefaultAnnotationDriver();
        $this->assertInstanceOf('\\Doctrine\\Search\\Mapping\\Driver\\AnnotationDriver', $defaultAnnotationDriver);
    }