diff --git a/test/classes/PMA_Types_test.php b/test/classes/PMA_Types_test.php index 20840cb3d0..09c6a83de7 100644 --- a/test/classes/PMA_Types_test.php +++ b/test/classes/PMA_Types_test.php @@ -139,6 +139,7 @@ class PMA_TypesTest extends PHPUnit_Framework_TestCase '<=', '!=', 'LIKE', + 'LIKE %...%', 'NOT LIKE', 'IN (...)', 'NOT IN (...)',