Devise\Support\Console\DeviseTestRoutesCommand::__construct PHP Method

__construct() public method

TODO: need to put OPTIONs parameters in here
public __construct ( Illuminate\Container\Container $app )
$app Illuminate\Container\Container
    public function __construct(Container $app)
    {
        parent::__construct();
        $this->app = $app;
        $this->testDir = $this->app->basepath() . '/tests/routes';
        $this->File = File::getFacadeRoot();
    }