Allow having no captcha, add registration test
[scpubgit/stemmaweb.git] / t / lib / stemmaweb / Test / Common.pm
1 package stemmaweb::Test::Common;
2
3 use strict;
4 use warnings;
5
6 BEGIN {
7     $ENV{STEMMAWEB_CONFIG_LOCAL_SUFFIX} = 'tests';
8     $ENV{STEMMAWEB_CONFIG_PATH} = '.';
9 }
10
11 1;