You are here

public function Test::getNamespace in Security Review 8

Returns the namespace of the check.

Usually it's the same as the module's name.

Return value

string Human-readable namespace of the check.

Overrides Check::getNamespace

File

tests/modules/security_review_test/src/Test.php, line 16

Class

Test
A test security check for testing extensibility.

Namespace

Drupal\security_review_test

Code

public function getNamespace() {
  return 'Security Review Test';
}