diff options
author | Geolim4 <contact@geolim4.com> | 2014-08-08 15:06:12 +0200 |
---|---|---|
committer | Geolim4 <contact@geolim4.com> | 2014-08-08 16:40:33 +0200 |
commit | 6b60153ab4ac036bcd4eaaa90806d9898fc1e9a2 (patch) | |
tree | d378a9a0aa46968a08a0f20dcbbe4b4e2c049f3a /tests/di/create_container_test.php | |
parent | f6da2661091a9f068956a23df7e70450cec9ee74 (diff) | |
download | forums-6b60153ab4ac036bcd4eaaa90806d9898fc1e9a2.tar forums-6b60153ab4ac036bcd4eaaa90806d9898fc1e9a2.tar.gz forums-6b60153ab4ac036bcd4eaaa90806d9898fc1e9a2.tar.bz2 forums-6b60153ab4ac036bcd4eaaa90806d9898fc1e9a2.tar.xz forums-6b60153ab4ac036bcd4eaaa90806d9898fc1e9a2.zip |
[ticket/12671] Possibility to use NOT LIKE expression
PHPBB3-12671
Diffstat (limited to 'tests/di/create_container_test.php')
-rw-r--r-- | tests/di/create_container_test.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/di/create_container_test.php b/tests/di/create_container_test.php index 559c0b122c..4ae6017989 100644 --- a/tests/di/create_container_test.php +++ b/tests/di/create_container_test.php @@ -191,6 +191,10 @@ namespace phpbb\db\driver { } + function sql_not_like_expression($expression) + { + } + function sql_fetchrowset($query_id = false) { return array( |