Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pquery
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Taddeüs Kroes
pquery
Commits
4b9da704
Commit
4b9da704
authored
Nov 07, 2011
by
Taddes Kroes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated unit test class names.
parent
4209f417
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
test/test_array.php
test/test_array.php
+1
-1
test/test_pquery.php
test/test_pquery.php
+1
-1
test/test_sql.php
test/test_sql.php
+1
-1
test/test_template.php
test/test_template.php
+1
-1
No files found.
test/test_array.php
View file @
4b9da704
<?php
<?php
class
pQueryArray
TestCase
extends
UnitTestCase
{
class
pQueryArray
extends
UnitTestCase
{
function
test_
()
{
function
test_
()
{
}
}
...
...
test/test_pquery.php
View file @
4b9da704
<?php
<?php
class
pQueryTest
Case
extends
UnitTestCase
{
class
pQueryTest
extends
UnitTestCase
{
function
test_
()
{
function
test_
()
{
}
}
...
...
test/test_sql.php
View file @
4b9da704
<?php
<?php
class
pQuerySqlTest
Case
extends
UnitTestCase
{
class
pQuerySqlTest
extends
UnitTestCase
{
function
test_
()
{
function
test_
()
{
}
}
...
...
test/test_template.php
View file @
4b9da704
<?php
<?php
class
pQueryTemplateTest
Case
extends
UnitTestCase
{
class
pQueryTemplateTest
extends
UnitTestCase
{
function
test_
()
{
function
test_
()
{
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment