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

plan(1);

ok(0 == 0);
?>