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

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

    plan(-2);

    ok(1);
?>