Doctrine\Tests\Search\Mapping\ClassMetadataFactoryTest::testSetConfigurationWrongParameter PHP Method

testSetConfigurationWrongParameter() public method

    public function testSetConfigurationWrongParameter()
    {
        $this->classMetadataFactory->setConfiguration(array());
    }