Custom functions to test

environments/ppa-mbqj77/deployments/1
Xavier Guimard 9 years ago
parent 74dc2c3e8f
commit 59adc7d745
  1. 15
      e2e-tests/custom.pm

@ -0,0 +1,15 @@
package My;
sub hello {
return 'Hello';
}
sub get_uri {
return $_[0];
}
sub get_additional_arg {
return $_[1];
}
1;
Loading…
Cancel
Save