Skip to content
Snippets Groups Projects
test_sql.php 163 B
<?php

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

?>