File: 004_logtest.t

package info (click to toggle)
libcatalyst-authentication-credential-authen-simple-perl 0.09-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 228 kB
  • ctags: 26
  • sloc: perl: 305; makefile: 2
file content (16 lines) | stat: -rw-r--r-- 254 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
use strict;
use warnings;

use Test::More;

plan tests => 8;

use lib 't/lib';

use Catalyst::Test qw/AuthTestApp4/;

# All tests happen inside the TestLogger object
# that is loaded in AuthTestApp4

my $o = get("/authed_ok?username=bob&password=bob");