diff options
| author | Nathan Guse <nathaniel.guse@gmail.com> | 2014-03-09 11:15:48 -0500 |
|---|---|---|
| committer | Nathan Guse <nathaniel.guse@gmail.com> | 2014-03-09 11:15:48 -0500 |
| commit | 72e0fe0b22c6a020293d49d2aa8562130b59a5a0 (patch) | |
| tree | 7f19152f8b071f51898d999e64a98b9fc9738d52 /tests/functional/search/postgres_test.php | |
| parent | c305bd25e469e6cb8a0983d9ba0f36252b4c62ab (diff) | |
| parent | 0036b00fc476cdc9c3c83899da98370c18b339b3 (diff) | |
| download | forums-72e0fe0b22c6a020293d49d2aa8562130b59a5a0.tar forums-72e0fe0b22c6a020293d49d2aa8562130b59a5a0.tar.gz forums-72e0fe0b22c6a020293d49d2aa8562130b59a5a0.tar.bz2 forums-72e0fe0b22c6a020293d49d2aa8562130b59a5a0.tar.xz forums-72e0fe0b22c6a020293d49d2aa8562130b59a5a0.zip | |
Merge remote-tracking branch 'remotes/dhruvgoel92/ticket/10945-develop' into develop
* remotes/dhruvgoel92/ticket/10945-develop:
[ticket/10945] Remove mark test incomplete for native search backend
[ticket/10945] Fix Unit Tests as per new changes to split_keywords
[ticket/10945] Remove mark test incomplete for mysql and postgres
[ticket/10945] Fix return values for split_keywords function
[ticket/10945] Display search query when search fails in native search
[ticket/10945] remove trigger_error call
Diffstat (limited to 'tests/functional/search/postgres_test.php')
| -rw-r--r-- | tests/functional/search/postgres_test.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/functional/search/postgres_test.php b/tests/functional/search/postgres_test.php index 487b8aeebb..974b417659 100644 --- a/tests/functional/search/postgres_test.php +++ b/tests/functional/search/postgres_test.php @@ -16,8 +16,4 @@ class phpbb_functional_search_postgres_test extends phpbb_functional_search_base { protected $search_backend = '\phpbb\search\fulltext_postgres'; - protected function assert_search_not_found($keywords) - { - $this->markTestIncomplete('Postgres search when fails doesn\'t show the search query'); - } } |
