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_sanitizerCode
public function warning($message, array $context = []) {
$this
->log('warning', $message, $context);
}