Source for file setup.php.inc
Documentation is available at setup.php.inc
require_once 'Games/Chess.php';
require_once 'Games/Chess/Standard.php';
require_once dirname (dirname (dirname (__FILE__ ))) . '/phpt_test.php.inc';
$phpunit = new PEAR_PHPTest ();
function addPiece($color, $type, $square)
$this->pieces[] = array ($color, $type, $square);
Documentation generated on Sun, 17 Jun 2007 02:00:57 -0400 by phpDocumentor 1.3.2. PEAR Logo Copyright © PHP Group 2004.
|