public function ProjectInfoTestClass::getExtensionVersion in Automatic Updates 8
File
- tests/
src/ Kernel/ ProjectInfoTraitTest.php, line 124
Class
- ProjectInfoTestClass
- Class ProjectInfoTestClass.
Namespace
Drupal\Tests\automatic_updates\KernelCode
public function getExtensionVersion(array $info) {
return $this
->getVersion($info);
}