NAME
Test::AdoPlugin - This module is deprecated
SYNOPSIS
#in your plugin basic.t or restapi etc...
DESCRIPTION
This module is deprecated, Mojo seems to have what we needed so far and what it missed is now in Ado::Plugin base class. This modules holds boilerplate code which sets up the environment for your Ado plugin tests
METHODS
setup
Sets up the $ENV{MOJO_MODE}
, $ENV{MOJO_HOME}
, modifies @INC
and requires the needed modules.
GLOBAL VARIABLES
$OUTPUT_ENCODING
Encode STDOUT to avoid "Wide character in print" warning. Defaults to cp866 for windows and UTF-8 otherwise.
$T
The current Test::Mojo instance.