Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pquery
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Taddeüs Kroes
pquery
Commits
9182a8e1
Commit
9182a8e1
authored
13 years ago
by
Taddes Kroes
Browse files
Options
Downloads
Patches
Plain Diff
Added readable test titles to all unit test.
parent
782cc66a
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
test/test_array.php
+4
-0
4 additions, 0 deletions
test/test_array.php
test/test_pquery.php
+4
-0
4 additions, 0 deletions
test/test_pquery.php
test/test_sql.php
+4
-0
4 additions, 0 deletions
test/test_sql.php
test/test_template.php
+4
-0
4 additions, 0 deletions
test/test_template.php
with
16 additions
and
0 deletions
test/test_array.php
+
4
−
0
View file @
9182a8e1
<?php
class
pQueryArrayTest
extends
UnitTestCase
{
function
__construct
()
{
$this
->
UnitTestCase
(
'pQuery array plugin test'
);
}
function
test_
()
{
}
...
...
This diff is collapsed.
Click to expand it.
test/test_pquery.php
+
4
−
0
View file @
9182a8e1
<?php
class
pQueryTest
extends
UnitTestCase
{
function
__construct
()
{
$this
->
UnitTestCase
(
'pQuery base test'
);
}
function
test_
()
{
}
...
...
This diff is collapsed.
Click to expand it.
test/test_sql.php
+
4
−
0
View file @
9182a8e1
<?php
class
pQuerySqlTest
extends
UnitTestCase
{
function
__construct
()
{
$this
->
UnitTestCase
(
'pQuery MySQL plugin test'
);
}
function
test_
()
{
}
...
...
This diff is collapsed.
Click to expand it.
test/test_template.php
+
4
−
0
View file @
9182a8e1
<?php
class
pQueryTemplateTest
extends
UnitTestCase
{
function
__construct
()
{
$this
->
UnitTestCase
(
'pQuery template plugin test'
);
}
function
test_
()
{
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment