DBUIHelpers_PDOTest.php
731 Bytes
<?php
require_once 'PHPUnit/Framework.php';
require_once dirname(__FILE__) . '/../../../../../../include/Lib/Tools/mcClasses/mcPUIX/class_mcPUIX_PDO.inc.php';
/**
* Test class for mcPUIX_PDO.
* Generated by PHPUnit on 2010-07-13 at 14:12:11.
*/
class mcPUIX_PDOTest extends PHPUnit_Framework_TestCase {
/**
* @var mcPUIX_PDO
*/
protected $object;
/**
* Sets up the fixture, for example, opens a network connection.
* This method is called before a test is executed.
*/
protected function setUp() {
$this->object = new mcPUIX_PDO;
}
/**
* Tears down the fixture, for example, closes a network connection.
* This method is called after a test is executed.
*/
protected function tearDown() {
}
}
?>