Exemplo n.º 1
0
Arquivo: vocab.php Projeto: pago/pantr
function it($should, $fn)
{
    $suite = Spec::getCurrentSuite();
    $test = new Test($suite, $should, $fn);
    $suite->addTest($test);
}