The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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.