diff options
author | Nikita Popov <nikita.ppv@gmail.com> | 2020-09-17 18:55:15 +0200 |
---|---|---|
committer | Nikita Popov <nikita.ppv@gmail.com> | 2020-09-17 19:02:20 +0200 |
commit | a03c1ed7aa2325d91595dcf9371297ab45543517 (patch) | |
tree | e193f83f3d5a6b7886af3371e5c688783debf22c /ext/mysqli/tests/mysqli_stmt_attr_set.phpt | |
parent | 0f9aefa64f6668b571ac7c6fc9dbebb756fa1fc0 (diff) | |
download | php-git-a03c1ed7aa2325d91595dcf9371297ab45543517.tar.gz |
Remove vestiges of embedded mysql from tests
Diffstat (limited to 'ext/mysqli/tests/mysqli_stmt_attr_set.phpt')
-rw-r--r-- | ext/mysqli/tests/mysqli_stmt_attr_set.phpt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/mysqli/tests/mysqli_stmt_attr_set.phpt b/ext/mysqli/tests/mysqli_stmt_attr_set.phpt index 6e4267e6fb..a22704af50 100644 --- a/ext/mysqli/tests/mysqli_stmt_attr_set.phpt +++ b/ext/mysqli/tests/mysqli_stmt_attr_set.phpt @@ -3,7 +3,6 @@ mysqli_stmt_attr_set() - mysqlnd does not check for invalid codes --SKIPIF-- <?php require_once('skipif.inc'); -require_once('skipifemb.inc'); require_once('skipifconnectfailure.inc'); ?> --FILE-- |