public function testDefaultVendorExtensionSeverityLevel()
 {
     $configuration = new Configuration();
     $this->assertEquals(Configuration::DEFAULT_VENDOR_EXTENSION_SEVERITY_LEVEL, $configuration->getVendorExtensionSeverityLevel());
 }