staempfli/magento2-module-mailcatcher

View on GitHub
registration.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
\Magento\Framework\Component\ComponentRegistrar::register(
    \Magento\Framework\Component\ComponentRegistrar::MODULE,
    'Staempfli_MailCatcher',
    __DIR__
);