This commit is contained in:
Andreas 2019-09-27 12:56:41 +02:00
parent f08ae56942
commit d45e8c8564

View File

@ -1,7 +1,7 @@
<?php
class TA_TestSQLConnection extends TestAction{
function __construct(){
parent::_construct();
parent::__construct();
}
function execute(){
echo $this->testSQLConnection();