You are here

public function TestLogger::info in SVG Upload Sanitizer 8

File

tests/src/TestLogger.php, line 70

Class

TestLogger
Class TestLogger.

Namespace

Drupal\Tests\svg_upload_sanitizer

Code

public function info($message, array $context = []) {
  $this
    ->log('info', $message, $context);
}