summaryrefslogtreecommitdiffstats
path: root/application/third_party/test-more-php/t/testertests_exit_0.php
blob: 7b407016f860ee80b5320690f09f247e5f1fa7cc (plain)
1
2
3
4
5
6
7
8
<?php

    $lib = isset($_SERVER['TESTLIB']) ? $_SERVER['TESTLIB'] : 'Test-Simple.php';
    require_once($lib);

    plan(1);
    ok(1);
?>