Current Path : /web/htdocs/www.entinoprofit.org/home/lists/admin/tests/
Upload File :
Current File : /web/htdocs/www.entinoprofit.org/home/lists/admin/tests/dummy.php

<?php

class dummy extends phplistTest
{
    public $name = 'Dummy test';
    public $purpose = 'Just an initial dummy test';

    public function runtest()
    {
        return 1;
    }
}