Commit 9182a8e1 authored by Taddes Kroes's avatar Taddes Kroes

Added readable test titles to all unit test.

parent 782cc66a
<?php
class pQueryArrayTest extends UnitTestCase {
function __construct() {
$this->UnitTestCase('pQuery array plugin test');
}
function test_() {
}
......
<?php
class pQueryTest extends UnitTestCase {
function __construct() {
$this->UnitTestCase('pQuery base test');
}
function test_() {
}
......
<?php
class pQuerySqlTest extends UnitTestCase {
function __construct() {
$this->UnitTestCase('pQuery MySQL plugin test');
}
function test_() {
}
......
<?php
class pQueryTemplateTest extends UnitTestCase {
function __construct() {
$this->UnitTestCase('pQuery template plugin test');
}
function test_() {
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment