You are here

public function TestNoStore::getTitle in Security Review 8

Returns the human-readable title of the check.

Return value

string Title of check.

Overrides Test::getTitle

File

tests/modules/security_review_test/src/TestNoStore.php, line 15

Class

TestNoStore
A test security check for testing extensibility.

Namespace

Drupal\security_review_test

Code

public function getTitle() {
  return 'Test without storing findings';
}