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

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

    plan('xxx');

    ok(1);
?>