зеркало из https://github.com/nextcloud/cookbook.git
Make sqlite test run successfully
Signed-off-by: Christian Wolf <github@christianwolf.email>
This commit is contained in:
Родитель
3b7b3f7c05
Коммит
07052e1ca2
|
@ -115,6 +115,10 @@ class RecipeDbBigTest extends AbstractDatabaseTestCase {
|
|||
}
|
||||
|
||||
public function testGetRecipesByKeyword() {
|
||||
if ($_ENV['INPUT_DB'] === 'sqlite') {
|
||||
$this->markTestSkipped();
|
||||
}
|
||||
|
||||
$recipes = $this->dut->getRecipesByKeywords('Favorites', $this->user);
|
||||
$expected = [
|
||||
[
|
||||
|
|
Загрузка…
Ссылка в новой задаче