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
path: root/test
diff options
context:
space:
mode:
authorMaurĂ­cio Meneghini Fauth <mauricio@fauth.dev>2022-08-11 05:04:53 +0300
committerGitHub <noreply@github.com>2022-08-11 05:04:53 +0300
commitd2377526429a07cbf19c328e98e98c209130c2b8 (patch)
tree2854b1dca66c53163e13912c39ff73c888525afb /test
parent35f421a69bceafd4c1cf4d596cb42d3524f80e31 (diff)
parent1e70bba8836d6df2e85acd83ab8650f47c5fbfba (diff)
Merge pull request #17679 from kamil-tekiela/Fix-bug-that-doesn't-allow-insertion-of-set-values
Fix bug not allowing insertion of set values
Diffstat (limited to 'test')
-rw-r--r--test/classes/InsertEditTest.php10
1 files changed, 0 insertions, 10 deletions
diff --git a/test/classes/InsertEditTest.php b/test/classes/InsertEditTest.php
index ecdff50432..0d0776ce62 100644
--- a/test/classes/InsertEditTest.php
+++ b/test/classes/InsertEditTest.php
@@ -2187,7 +2187,6 @@ class InsertEditTest extends AbstractTestCase
[],
'',
[],
- 0,
[],
[],
[],
@@ -2206,7 +2205,6 @@ class InsertEditTest extends AbstractTestCase
['test'],
'',
[1],
- 0,
[],
[],
[],
@@ -2225,7 +2223,6 @@ class InsertEditTest extends AbstractTestCase
['test'],
'',
[],
- 0,
[],
[],
[],
@@ -2245,7 +2242,6 @@ class InsertEditTest extends AbstractTestCase
['set'],
'',
[],
- 0,
[],
[],
[],
@@ -2264,7 +2260,6 @@ class InsertEditTest extends AbstractTestCase
['protected'],
'',
[],
- 0,
['name'],
[],
[],
@@ -2283,7 +2278,6 @@ class InsertEditTest extends AbstractTestCase
['protected'],
'',
[],
- 0,
['a'],
[],
[],
@@ -2302,7 +2296,6 @@ class InsertEditTest extends AbstractTestCase
['bit'],
'20\'12',
[],
- 0,
['a'],
[],
[],
@@ -2321,7 +2314,6 @@ class InsertEditTest extends AbstractTestCase
['date'],
'20\'12',
[],
- 0,
['a'],
[],
[],
@@ -2341,7 +2333,6 @@ class InsertEditTest extends AbstractTestCase
['set'],
'',
[],
- 0,
[],
[1],
[],
@@ -2360,7 +2351,6 @@ class InsertEditTest extends AbstractTestCase
['protected'],
'',
[],
- 0,
['a'],
[],
[1],