diff --git a/externals/PhpShrink b/externals/PhpShrink
index ee8c9112..0245ae4e 160000
--- a/externals/PhpShrink
+++ b/externals/PhpShrink
@@ -1 +1 @@
-Subproject commit ee8c91123fa5d7bdb7de1bb58f4643b86bb0005c
+Subproject commit 0245ae4ea92f7de28c0b5633fc8ed691dbb25992
diff --git a/tests/cockroachdb.html b/tests/cockroachdb.html
index 71340b82..961fa4dc 100644
--- a/tests/cockroachdb.html
+++ b/tests/cockroachdb.html
@@ -144,6 +144,17 @@
verifyTextPresent | Materialized view | |
+
+Invalid table |
+
+open | /adminer.php?pgsql=localhost:26257&username=ODBC&db=adminer_test&ns=public&table=invalid | |
+verifyTextPresent | No tables. | |
+open | /adminer.php?pgsql=localhost:26257&username=ODBC&db=adminer_test&ns=public&create=invalid | |
+verifyTextPresent | No tables. | |
+open | /adminer.php?pgsql=localhost:26257&username=ODBC&db=adminer_test&ns=public&select=invalid | |
+verifyTextPresent | Unable to select the table: | |
+
+
Schema |
diff --git a/tests/mariadb.html b/tests/mariadb.html
index d6017411..e1cd5864 100644
--- a/tests/mariadb.html
+++ b/tests/mariadb.html
@@ -182,6 +182,17 @@
verifyTextPresent | View has been created. | |
+
+Invalid table |
+
+open | /adminer.php?server=localhost:3307&username=ODBC&db=adminer_test&table=invalid | |
+verifyTextPresent | No tables. | |
+open | /adminer.php?server=localhost:3307&username=ODBC&db=adminer_test&create=invalid | |
+verifyTextPresent | No tables. | |
+open | /adminer.php?server=localhost:3307&username=ODBC&db=adminer_test&select=invalid | |
+verifyTextPresent | Unable to select the table: | |
+
+
Schema |
diff --git a/tests/mssql.html b/tests/mssql.html
index 1aba6a63..7f755ff6 100644
--- a/tests/mssql.html
+++ b/tests/mssql.html
@@ -132,6 +132,17 @@
verifyTextPresent | View has been created. | |
+
+Invalid table |
+
+open | /adminer.php?mssql=&username=ODBC&db=adminer_test&ns=dbo&table=invalid | |
+verifyTextPresent | No tables. | |
+open | /adminer.php?mssql=&username=ODBC&db=adminer_test&ns=dbo&create=invalid | |
+verifyTextPresent | No tables. | |
+open | /adminer.php?mssql=&username=ODBC&db=adminer_test&ns=dbo&select=invalid | |
+verifyTextPresent | Unable to select the table: | |
+
+
Schema |
diff --git a/tests/mysql.html b/tests/mysql.html
index f97cd8c2..ccec7d69 100644
--- a/tests/mysql.html
+++ b/tests/mysql.html
@@ -186,6 +186,17 @@
verifyTextPresent | View has been created. | |
+
+Invalid table |
+
+open | /adminer.php?username=ODBC&db=adminer_test&table=invalid | |
+verifyTextPresent | No tables. | |
+open | /adminer.php?username=ODBC&db=adminer_test&create=invalid | |
+verifyTextPresent | No tables. | |
+open | /adminer.php?username=ODBC&db=adminer_test&select=invalid | |
+verifyTextPresent | Unable to select the table: | |
+
+
Schema |
diff --git a/tests/pgsql.html b/tests/pgsql.html
index 7d5b8288..c90e7c11 100644
--- a/tests/pgsql.html
+++ b/tests/pgsql.html
@@ -142,6 +142,17 @@
verifyTextPresent | Materialized view | |
+
+Invalid table |
+
+open | /adminer.php?pgsql=&username=ODBC&db=adminer_test&ns=public&table=invalid | |
+verifyTextPresent | No tables. | |
+open | /adminer.php?pgsql=&username=ODBC&db=adminer_test&ns=public&create=invalid | |
+verifyTextPresent | No tables. | |
+open | /adminer.php?pgsql=&username=ODBC&db=adminer_test&ns=public&select=invalid | |
+verifyTextPresent | Unable to select the table: | |
+
+
Schema |
diff --git a/tests/sqlite.html b/tests/sqlite.html
index 02777e56..a3b9d03e 100644
--- a/tests/sqlite.html
+++ b/tests/sqlite.html
@@ -142,6 +142,17 @@
verifyTextPresent | View has been created. | |
+
+Invalid table |
+
+open | /adminer/sqlite.php?sqlite=&username=ODBC&db=adminer_test.sqlite&table=invalid | |
+verifyTextPresent | No tables. | |
+open | /adminer/sqlite.php?sqlite=&username=ODBC&db=adminer_test.sqlite&create=invalid | |
+verifyTextPresent | No tables. | |
+open | /adminer/sqlite.php?sqlite=&username=ODBC&db=adminer_test.sqlite&select=invalid | |
+verifyTextPresent | Unable to select the table: | |
+
+