Whitespace fixing, change to_date to to_timestamp for archive rule
[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 ?>