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_thread_safe.phpt | |
parent | 0f9aefa64f6668b571ac7c6fc9dbebb756fa1fc0 (diff) | |
download | php-git-a03c1ed7aa2325d91595dcf9371297ab45543517.tar.gz |
Remove vestiges of embedded mysql from tests
Diffstat (limited to 'ext/mysqli/tests/mysqli_thread_safe.phpt')
-rw-r--r-- | ext/mysqli/tests/mysqli_thread_safe.phpt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/mysqli/tests/mysqli_thread_safe.phpt b/ext/mysqli/tests/mysqli_thread_safe.phpt index 3f45127095..d4ab11a956 100644 --- a/ext/mysqli/tests/mysqli_thread_safe.phpt +++ b/ext/mysqli/tests/mysqli_thread_safe.phpt @@ -3,7 +3,6 @@ mysqli_thread_safe() --SKIPIF-- <?php require_once('skipif.inc'); -require_once('skipifemb.inc'); ?> --FILE-- <?php |