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
650becb3
Commit
650becb3
authored
Dec 08, 2011
by
Taddeus Kroes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added test skeleton for pQuery base class tests.
parent
51f500d9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
46 additions
and
0 deletions
+46
-0
test/base.php
test/base.php
+46
-0
No files found.
test/base.php
View file @
650becb3
...
...
@@ -3,7 +3,53 @@
include_once
'config.php'
;
class
pQueryTest
extends
PHPUnit_Framework_TestCase
{
function
test_constructor
()
{
}
function
test_set_variable
()
{
}
function
test_getter
()
{
}
function
test_setter
()
{
}
function
test_exception_handler
()
{
}
function
test_extend
()
{
}
function
test_error
()
{
}
function
test_load_utils
()
{
}
function
test_load_plugin
()
{
}
function
test_require_plugins
()
{
}
function
test_assert_defined_defined
()
{
}
function
test_assert_defined_undefined
()
{
}
}
?>
\ No newline at end of file
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