Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason <jason.daurus@gmail.com>2015-08-12 11:29:53 +0300
committerJason <jason.daurus@gmail.com>2015-08-12 11:50:09 +0300
commit0cfaa66032b2f7eb3bd3a7cadd358320f2999c11 (patch)
treedac74d223d262d297d8492c2841d3c498603a1d0 /tbl_indexes.php
parent3613f2b6bd11505c661919d0cb4572f499bfd416 (diff)
Complete tests for TableIndexesController
Signed-off-by: Jason <jason.daurus@gmail.com>
Diffstat (limited to 'tbl_indexes.php')
-rw-r--r--tbl_indexes.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tbl_indexes.php b/tbl_indexes.php
index 10d63ea25b..63fee93951 100644
--- a/tbl_indexes.php
+++ b/tbl_indexes.php
@@ -11,6 +11,7 @@ namespace PMA;
use PMA_Index;
use PMA_Response;
+require_once 'libraries/common.inc.php';
require_once 'libraries/di/Container.class.php';
require_once 'libraries/controllers/TableIndexesController.class.php';
require_once 'libraries/Response.class.php';