Commit 4b9da704 authored by Taddes Kroes's avatar Taddes Kroes

Updated unit test class names.

parent 4209f417
<?php <?php
class pQueryArrayTestCase extends UnitTestCase { class pQueryArray extends UnitTestCase {
function test_() { function test_() {
} }
......
<?php <?php
class pQueryTestCase extends UnitTestCase { class pQueryTest extends UnitTestCase {
function test_() { function test_() {
} }
......
<?php <?php
class pQuerySqlTestCase extends UnitTestCase { class pQuerySqlTest extends UnitTestCase {
function test_() { function test_() {
} }
......
<?php <?php
class pQueryTemplateTestCase extends UnitTestCase { class pQueryTemplateTest extends UnitTestCase {
function 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