Skip to content

Commit

Permalink
Доработки.
Browse files Browse the repository at this point in the history
  • Loading branch information
ProklUng committed Apr 23, 2021
1 parent 7a01767 commit 7b848a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"symfony/http-kernel": "^4.0 || ^5.0",
"symfony/config": "~4|~5",
"symfony/framework-bundle": "^4.0 || ^5.0",
"sheerockoff/bitrix-ci": "^20.5"
"sheerockoff/bitrix-ci": "^20.5",
"ext-mysqli": "*"
}
}
2 changes: 1 addition & 1 deletion src/Base/BitrixableTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ protected function checkExistBaseContent() : bool
}

$result = false;
if (mysqli_query($db,"DESCRIBE b_users ")){
if (mysqli_query($db,"DESCRIBE b_user")){
$result = true;
}

Expand Down

0 comments on commit 7b848a6

Please sign in to comment.