From d663ab08064ba4859acbfcadc7afe21372cda8de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Tue, 16 Oct 2012 16:16:59 +0200 Subject: [PATCH] Add missing operator to test --- test/classes/PMA_Types_test.php | 1 + 1 file changed, 1 insertion(+) 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 (...)',