Commit 788213af authored by Taddeus Kroes's avatar Taddeus Kroes

Removed some unused code from test.

parent 1e5cee7b
<?php <?php
__p::load_plugin('sql'); __p::load_plugin('sql');
include '../../debug.php';
class pQuerySqlTest extends UnitTestCase { class pQuerySqlTest extends UnitTestCase {
function __construct() { function __construct() {
parent::__construct('pQuery MySQL plugin'); parent::__construct('pQuery MySQL plugin');
} }
function setUp() {
}
function tearDown() { function tearDown() {
__sql::disconnect(); __sql::disconnect();
__sql::$login_data = array(); __sql::$login_data = array();
......
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