Doctrine\Tests\Search\ConfigurationTest::testNewDefaultAnnotationDriver PHP Méthode

testNewDefaultAnnotationDriver() public méthode

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