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