<?php

class pQuerySqlTest extends UnitTestCase {
	function __construct() {
		$this->UnitTestCase('pQuery MySQL plugin test');
	}
	
	function test_() {
		
	}
}

?>