Commit 650becb3 authored by Taddeus Kroes's avatar Taddeus Kroes

Added test skeleton for pQuery base class tests.

parent 51f500d9
......@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment