You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current documentation examples are using extends Controller which is a deprecated API. It should instead use extends BaseController or extends AbstractController. The test can later use Helpers.stubControllerComponents.