diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 9b6c640..9f4242f 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -15,7 +15,6 @@ > - diff --git a/src/Controller/ErrorController.php b/src/Controller/ErrorController.php new file mode 100644 index 0000000..2bc6b65 --- /dev/null +++ b/src/Controller/ErrorController.php @@ -0,0 +1,24 @@ + for more details. + */ +namespace MyApp\Controller; + +use BEdita\API\Controller\ErrorController as BEditaErrorController; + +/** + * Error controller + */ +class ErrorController extends BEditaErrorController +{ +}