fixed inhertiance
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
class TA_TestSQLConnection{
|
||||
class TA_TestSQLConnection extends TestAction{
|
||||
function __construct(){
|
||||
parent::_construct();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user