fixed inhertiance

This commit is contained in:
Andreas 2019-09-27 12:53:59 +02:00
parent 1acdcad149
commit f08ae56942

View File

@ -1,5 +1,5 @@
<?php
class TA_TestSQLConnection{
class TA_TestSQLConnection extends TestAction{
function __construct(){
parent::_construct();
}