1 2 3 4 5 6 7 8
<?php namespace Engelsystem\Test\Unit\Middleware\Stub; class NotARealMiddleware { // I'm not a middleware! }