summaryrefslogtreecommitdiffstats
path: root/application/third_party/test-more-php/t/try.php
blob: 1ca9c241006b570bda0308d3dde57ae1ad41e56e (plain)
1
2
3
4
5
6
7
#!/usr/bin/env php
<?php
    $lib = isset($_SERVER['TESTLIB']) ? $_SERVER['TESTLIB'] : 'Test-Simple.php';
    require_once($lib);
    plan(1);
    ok(1);
?>