The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Eve::GatewayPgSqlTestBase - a postgres gateway test base class.

SYNOPSIS

    package SomeGatewayTest;

    use parent qw(Eve::GatewayPgSqlTestBase);

    # put your gateway tests here

DESCRIPTION

Eve::GatewayPgSqlTestBasey is the class that provides setup for all postgres gateway classes test cases.

SEE ALSO

Eve::Test
Test::Class

LICENSE AND COPYRIGHT

Copyright 2010-2013 Sergey Konoplev, Igor Zinovyev.

This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.

AUTHOR

Sergey Konoplev
Igor Zinovyev