Remove debugging statement
This commit is contained in:
parent
d555412826
commit
c8c5650156
@ -33,7 +33,6 @@ class FirebirdTest extends UnitTestCase {
|
|||||||
function setUp()
|
function setUp()
|
||||||
{
|
{
|
||||||
$dbpath = TEST_DIR.DS.'test_dbs'.DS.'FB_TEST_DB.FDB';
|
$dbpath = TEST_DIR.DS.'test_dbs'.DS.'FB_TEST_DB.FDB';
|
||||||
echo "\n\n{$dbpath}\n\n";
|
|
||||||
$this->db = new Firebird($dbpath);
|
$this->db = new Firebird($dbpath);
|
||||||
$this->tables = $this->db->get_tables();
|
$this->tables = $this->db->get_tables();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user