Make Credential::Remote have a username_field config option
[catagits/Catalyst-Plugin-Authentication.git] / t / 04_authentication.t
CommitLineData
b003080b 1use strict;
2use warnings;
3
4use Test::More 'no_plan';
5
6
7my $m; BEGIN { use_ok($m = "Catalyst::Plugin::Authentication") }
8
712a35bf 9can_ok( $m, $_ ) for qw/user logout set_authenticated/;