defmodule MatrixAppServiceWeb.TestRouter do require MatrixAppServiceWeb.Router use Phoenix.Router import Plug.Conn import Phoenix.Controller MatrixAppServiceWeb.Router.routes() end