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

NAME

Test::WWW::Mechanize::PhantomJS::Catalyst - test extension pack for WWW::Mechanize::PhantomJS::Catalyst

DESCRIPTION

Same as Test::WWW::Mechanize for WWW::Mechanize, this module adds some extra methods useful in testing such as get_ok and content_contains. See Test::WWW::Mechanize for the full description.

SYNOPSIS

  use Test::More;
  use Test::WWW::Mechanize::PhantomJS::Catalyst 'MyApp';
  ok( my $mech = Test::WWW::Mechanize::PhantomJS::Catalyst->new, "Mechanize object ok");
  $mech->get_ok("/hello.html");

AUTHOR

Dmitry Karasik <dmitry@karasik.eu.org>.

COPYRIGHT

This program is distributed under the standard Perl licence.