OpenSQLManager/tests/databases/odbc.php

26 lines
474 B
PHP
Raw Normal View History

2012-02-02 19:04:10 -05:00
<?php
/**
* OpenSQLManager
*
* Free Database manager for Open Source Databases
*
* @author Timothy J. Warren
* @copyright Copyright (c) 2012
* @link https://github.com/aviat4ion/OpenSQLManager
* @license http://philsturgeon.co.uk/code/dbad-license
*/
// --------------------------------------------------------------------------
/**
* ODBCTest class.
*
* @extends UnitTestCase
*/
class ODBCTest extends UnitTestCase {
2012-03-09 16:30:33 -05:00
2012-02-02 19:04:10 -05:00
function __construct()
{
2012-03-09 16:30:33 -05:00
2012-02-02 19:04:10 -05:00
}
}