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

Updated unit test class names.

parent 4209f417
No related branches found
No related tags found
No related merge requests found
<?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_() {
} }
......
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