You are here

public function TestLogger::warning in SVG Upload Sanitizer 8

File

tests/src/TestLogger.php, line 62

Class

TestLogger
Class TestLogger.

Namespace

Drupal\Tests\svg_upload_sanitizer

Code

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