YAPC::Europe:Munich::2002 18th September - Day One - The Tutorials Slide 5
[PREV] [NEXT]

Advanced Testing - Michael Schwern

Psuedo DBI

{
my @arguments;
local *DBI::connect = sub {
@arguments = @_;
return 0;
}

... tests for failure ...

is($arguments[0], "DBI");
is($arguments[1], $driver);
...
}

© 2002 Barbie barbie@missbarbell.co.uk Home http://birmingham.pm.org/