Support plural for 'linkstoimage', 'redirectstofile' and 'duplicatesoffile'
[lhc/web/wiklou.git] / t / 00-test.t
1 #!/usr/bin/env php
2 <?php
3 require 'Test.php';
4
5 plan(1);
6
7 ok(0 == 0);
8
9 /* vim: set filetype=php: */
10 ?>