You are here

public function ProjectInfoTestClass::getProjectName in Automatic Updates 8

File

tests/src/Kernel/ProjectInfoTraitTest.php, line 131

Class

ProjectInfoTestClass
Class ProjectInfoTestClass.

Namespace

Drupal\Tests\automatic_updates\Kernel

Code

public function getProjectName($extension_name, array $info) {
  return $this
    ->getProject($extension_name, $info);
}