You are here

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\Kernel

Code

public function getExtensionVersion(array $info) {
  return $this
    ->getVersion($info);
}