Skip to content
Snippets Groups Projects
Commit 9182a8e1 authored by Taddes Kroes's avatar Taddes Kroes
Browse files

Added readable test titles to all unit test.

parent 782cc66a
No related branches found
No related tags found
No related merge requests found
<?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_() {
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment