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.
The text was updated successfully, but these errors were encountered:
https://www.playframework.com/documentation/2.6.x/ScalaTestingWithScalaTest#Unit-Testing-Controllers
The current documentation examples are using
extends Controller
which is a deprecated API. It should instead useextends BaseController
orextends AbstractController
. The test can later useHelpers.stubControllerComponents
.The text was updated successfully, but these errors were encountered: