Connect to db only after creating tables

This commit is contained in:
gamonoid
2017-09-05 08:25:00 +02:00
parent 96512dbbc6
commit c3e5119590
2 changed files with 1 additions and 8 deletions

View File

@@ -1,9 +1,4 @@
<?php
if(!defined('TEST_BASE_PATH')){
include(dirname(__FILE__).'/test.config.php');
}
//Mock Session class
if (!class_exists('SessionUtils')) {
class SessionUtils{