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

Removed some unused code from test.

parent 1e5cee7b
No related branches found
No related tags found
No related merge requests found
<?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();
......
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