php-src/ext/dba/tests
Christoph M. Becker 8a2015451a
Fix dba tests wrt resource to object conversion (GH-15716)
We should not pretend that there are still user-visible resources,
since we're dealing with objects now.
2024-09-03 14:23:57 +02:00
..
setup ext/dba/tests: sort expected test output (#14962) 2024-07-26 01:16:52 +01:00
bug36436.phpt Migrate ext/dba resources to objects (#14239) 2024-05-17 08:43:33 +02:00
bug38698.phpt Port skipif.inc files to EXTENSIONS 2021-06-11 16:27:50 +02:00
bug65708.phpt Improve DBA test suite (#8904) 2022-07-28 19:36:04 +01:00
bug70825.phpt Deprecate calling dba_fetch() with $dba at the 3rd parameter 2023-07-18 12:59:21 +02:00
bug71514.phpt Migrate SKIPIF -> EXTENSIONS (#7138) 2021-06-11 11:57:42 +02:00
bug78808.phpt Improve DBA test suite (#8904) 2022-07-28 19:36:04 +01:00
clean.inc Reindent phpt files 2020-02-03 22:52:20 +01:00
dba007.phpt Improve DBA test suite (#8904) 2022-07-28 19:36:04 +01:00
dba009.phpt Improve DBA test suite (#8904) 2022-07-28 19:36:04 +01:00
dba015.phpt Fix dba tests wrt resource to object conversion (GH-15716) 2024-09-03 14:23:57 +02:00
dba_array_keys.phpt Improve DBA test suite (#8904) 2022-07-28 19:36:04 +01:00
dba_array_keys_errors.phpt Improve DBA test suite (#8904) 2022-07-28 19:36:04 +01:00
dba_array_keys_inifile.phpt Improve DBA test suite (#8904) 2022-07-28 19:36:04 +01:00
dba_array_keys_var_non_string.phpt Improve DBA test suite (#8904) 2022-07-28 19:36:04 +01:00
dba_cdb.phpt Improve DBA test suite (#8904) 2022-07-28 19:36:04 +01:00
dba_cdb_001.phpt Improve DBA test suite (#8904) 2022-07-28 19:36:04 +01:00
dba_cdb_creation_matrix.phpt Improve DBA test suite (#8904) 2022-07-28 19:36:04 +01:00
dba_cdb_make.phpt Improve DBA test suite (#8904) 2022-07-28 19:36:04 +01:00
dba_cdb_read.phpt Deprecate calling dba_fetch() with $dba at the 3rd parameter 2023-07-18 12:59:21 +02:00
dba_db1.phpt Improve DBA test suite (#8904) 2022-07-28 19:36:04 +01:00
dba_db2.phpt Improve DBA test suite (#8904) 2022-07-28 19:36:04 +01:00
dba_db3.phpt Improve DBA test suite (#8904) 2022-07-28 19:36:04 +01:00
dba_db4_000.phpt Improve DBA test suite (#8904) 2022-07-28 19:36:04 +01:00
dba_db4_009.phpt Improve DBA test suite (#8904) 2022-07-28 19:36:04 +01:00
dba_db4_018.phpt Fix dba tests wrt resource to object conversion (GH-15716) 2024-09-03 14:23:57 +02:00
dba_db4_creation_matrix.phpt Improve DBA test suite (#8904) 2022-07-28 19:36:04 +01:00
dba_db4_handlers.phpt Improve DBA test suite (#8904) 2022-07-28 19:36:04 +01:00
dba_db4_optimize.phpt Improve DBA test suite (#8904) 2022-07-28 19:36:04 +01:00
dba_db4_sync.phpt Improve DBA test suite (#8904) 2022-07-28 19:36:04 +01:00
dba_dbm.phpt Improve DBA test suite (#8904) 2022-07-28 19:36:04 +01:00
dba_fetch_legacy_signature.phpt Deprecate calling dba_fetch() with $dba at the 3rd parameter 2023-07-18 12:59:21 +02:00
dba_flags_arg.phpt Ammend DBA error message to use standard messaging 2022-07-26 00:25:39 +01:00
dba_flatfile.phpt ext/dba/tests: sort expected test output (#14962) 2024-07-26 01:16:52 +01:00
dba_flatfile_creation_matrix.phpt Improve DBA test suite (#8904) 2022-07-28 19:36:04 +01:00
dba_gdbm.phpt ext/dba/tests: sort expected test output (#14962) 2024-07-26 01:16:52 +01:00
dba_gdbm_creation_matrix.phpt Improve DBA test suite (#8904) 2022-07-28 19:36:04 +01:00
dba_handlers.phpt [skip ci] Add missing conflicts for dba test 2024-05-24 14:48:35 +02:00
dba_inifile.phpt ext/dba/tests: sort expected test output (#14962) 2024-07-26 01:16:52 +01:00
dba_inifile_creation_matrix.phpt Improve DBA test suite (#8904) 2022-07-28 19:36:04 +01:00
dba_lmdb.phpt Improve DBA test suite (#8904) 2022-07-28 19:36:04 +01:00
dba_lmdb_creation_matrix.phpt Improve DBA test suite (#8904) 2022-07-28 19:36:04 +01:00
dba_lmdb_flags.phpt Add support to pass driver flags to DBA handlers 2022-07-23 18:38:27 +01:00
dba_lmdb_readonly.phpt Remove personalisation from write on readonly db DBA error message 2022-07-23 18:38:27 +01:00
dba_ndbm.phpt ext/dba/tests: sort expected test output (#14962) 2024-07-26 01:16:52 +01:00
dba_optimize.phpt Add conflict markers for dba tests 2022-08-04 16:23:26 +02:00
dba_qdbm.phpt ext/dba/tests: sort expected test output (#14962) 2024-07-26 01:16:52 +01:00
dba_qdbm_creation_matrix.phpt Improve DBA test suite (#8904) 2022-07-28 19:36:04 +01:00
dba_split.phpt ext/dba: Deprecate passing null|false to dba_key_split() (#15297) 2024-08-08 18:59:30 +01:00
dba_sync.phpt Improve DBA test suite (#8904) 2022-07-28 19:36:04 +01:00
dba_tcadb.phpt ext/dba/tests: sort expected test output (#14962) 2024-07-26 01:16:52 +01:00
dba_tcadb_creation_matrix.phpt Improve DBA test suite (#8904) 2022-07-28 19:36:04 +01:00
default_handler_ini.phpt Migrate ext/dba resources to objects (#14239) 2024-05-17 08:43:33 +02:00
gh9155.phpt Migrate ext/dba resources to objects (#14239) 2024-05-17 08:43:33 +02:00
skipif.inc Port skipif.inc files to EXTENSIONS 2021-06-11 16:27:50 +02:00
test.cdb
test.inc Reindent phpt files 2020-02-03 22:52:20 +01:00
value_errors_open.phpt Use "must not" instead of "cannot" wording 2024-08-21 21:12:17 +01:00