Skip to content
Snippets Groups Projects
Commit 650becb3 authored by Taddeus Kroes's avatar Taddeus Kroes
Browse files

Added test skeleton for pQuery base class tests.

parent 51f500d9
No related branches found
No related tags found
No related merge requests found
......@@ -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
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