| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- <?php
- 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() {
-
- }
- }
- ?>
|