use strict; use Test::More qw/no_plan/; use_ok('Finance::Bank::Generic'); my $form_content = qq(
); my $form_action = 'test'; my $new_form_content = qq(); is(Finance::Bank::Generic->_replace_form_action($form_content, $form_action), $new_form_content, '_replace_form_action');