Doctrine\Tests\Search\ConfigurationTest::testNewDefaultAnnotationDriver PHP 메소드

testNewDefaultAnnotationDriver() 공개 메소드

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