diff options
author | Tristan Darricau <github@nicofuma.fr> | 2016-09-25 17:19:13 +0200 |
---|---|---|
committer | Tristan Darricau <github@nicofuma.fr> | 2016-09-25 17:19:13 +0200 |
commit | de2c70127f61819d1771493016ec2935eadb7e91 (patch) | |
tree | 3de14fe081743448c49be878d0629d7d5180456e /tests | |
parent | 164f0e031d6f7fdb29c60cfcc980416685047e45 (diff) | |
parent | 37880af03c3e69e49ee6d97adce5203a914fef7f (diff) | |
download | forums-de2c70127f61819d1771493016ec2935eadb7e91.tar forums-de2c70127f61819d1771493016ec2935eadb7e91.tar.gz forums-de2c70127f61819d1771493016ec2935eadb7e91.tar.bz2 forums-de2c70127f61819d1771493016ec2935eadb7e91.tar.xz forums-de2c70127f61819d1771493016ec2935eadb7e91.zip |
Merge pull request #4265 from Senky/ticket/10809
[ticket/10809] Remove MSSQL support
* Senky/ticket/10809:
[ticket/10809] Reflect MSSQL removal in docs files
[ticket/10809] Remove MSSQL support
Diffstat (limited to 'tests')
-rw-r--r-- | tests/functions/convert_30_dbms_to_31_test.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/functions/convert_30_dbms_to_31_test.php b/tests/functions/convert_30_dbms_to_31_test.php index 1405d81eb3..e46a569565 100644 --- a/tests/functions/convert_30_dbms_to_31_test.php +++ b/tests/functions/convert_30_dbms_to_31_test.php @@ -16,7 +16,6 @@ class phpbb_convert_30_dbms_to_31_test extends phpbb_test_case public function convert_30_dbms_to_31_data() { return array( - array('mssql'), array('mssql_odbc'), array('mssqlnative'), array('mysql'), |