@@ -1,6 +1,10 @@
<?php
class pQueryArrayTest extends UnitTestCase {
+ function __construct() {
+ $this->UnitTestCase('pQuery array plugin test');
+ }
+
function test_() {
}
class pQueryTest extends UnitTestCase {
+ $this->UnitTestCase('pQuery base test');
class pQuerySqlTest extends UnitTestCase {
+ $this->UnitTestCase('pQuery MySQL plugin test');
class pQueryTemplateTest extends UnitTestCase {
+ $this->UnitTestCase('pQuery template plugin test');