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

    $lib = 'Test-More.php';
    require_once($lib);
    $t = new TestMore();
    $t->plan(1);

    $t->is( $t->interp(),'php',"interp defaults to php");

?>