summaryrefslogtreecommitdiff
path: root/t/00-test.t
blob: b9ed2038f52ceed8a7a6bfc883318b004466cd66 (plain)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/env php
<?php
require 'Test.php';

plan(1);

ok(0 == 0);

/* vim: set filetype=php: */
?>