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

Removed some unused code from test.

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