[ Index ]
 

Code source de SPIP Agora 1.4

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/Pear/DB/tests/ -> index.php (source)

   1  <?php

/**
* UnitTest
* Unit test interface for DB_NestedSet
*
* @author       Daniel Khan <dk@webcluster.at>
* @package      DB_NestedSet
* @version      $Revision: 1.7 $
* @access       public
*/


ini_set('include_path',realpath(dirname(__FILE__).'/../').PATH_SEPARATOR.ini_get('include_path'));

require_once 'PHPUnit.php';
require_once 'TestBase.php';
require_once 'PHPUnit/GUI/HTML.php';
require_once 'NestedSet.php';
require_once 'UnitTest.php';
ini_set('error_reporting',E_ALL);

require_once 'PHPUnit/GUI/SetupDecorator.php';

$gui = new PHPUnit_GUI_SetupDecorator(new PHPUnit_GUI_HTML());
$gui->getSuitesFromDir(dirname(__FILE__),'.*[^_]\.php$',array('UnitTest.php','index.php','clitest.php','TestBase.php', 'NestedSet/CVS'));
$gui->show();

?>


Généré le : Sat Feb 24 14:40:03 2007 par Balluche grâce à PHPXref 0.7