Tag old version. Update trunk to new version with additional tests
[catagits/Catalyst-Authentication-Credential-HTTP-Proxy.git] / t / basic.t
index dd1b277..f0c70bb 100644 (file)
--- a/t/basic.t
+++ b/t/basic.t
@@ -55,6 +55,7 @@ $c->set_false("debug");
 
 my $authenticated;
 $c->mock( set_authenticated => sub { $authenticated = $_[1] } );
+$c->mock( logout => sub { undef $authenticated } );
 
 can_ok( $m, "setup" );