diff options
author | Umherirrender <umherirrender_de.wp@web.de> | 2023-09-12 20:28:21 +0200 |
---|---|---|
committer | Umherirrender <umherirrender_de.wp@web.de> | 2023-09-13 00:09:05 +0200 |
commit | 790ae736c165bc6b2e2cc893c1b0be2cbd2628b3 (patch) | |
tree | b420e7567fe0e701fabef992d16b6bc370b3f4e5 /tests/phpunit/includes/CommentStoreTest.sql | |
parent | 707450bc74891a125f8826b0a7c004ea3c79c48c (diff) | |
download | mediawikicore-790ae736c165bc6b2e2cc893c1b0be2cbd2628b3.tar.gz mediawikicore-790ae736c165bc6b2e2cc893c1b0be2cbd2628b3.zip |
tests: Move test cases from /includes/ into sub folder
Follow move of the tested class
Most moves are part of T321882
Change-Id: I74ab45d6a5331dcb2ff0b65dc2cc7c6315146646
Diffstat (limited to 'tests/phpunit/includes/CommentStoreTest.sql')
-rw-r--r-- | tests/phpunit/includes/CommentStoreTest.sql | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/tests/phpunit/includes/CommentStoreTest.sql b/tests/phpunit/includes/CommentStoreTest.sql deleted file mode 100644 index f95781dd3e99..000000000000 --- a/tests/phpunit/includes/CommentStoreTest.sql +++ /dev/null @@ -1,17 +0,0 @@ --- These are carefully crafted to work in all five supported databases - -CREATE TABLE /*_*/commentstore1 ( - cs1_id integer not null, - cs1_comment varchar(200), - cs1_comment_id integer -); - -CREATE TABLE /*_*/commentstore2 ( - cs2_id integer not null, - cs2_comment varchar(200) -); - -CREATE TABLE /*_*/commentstore2_temp ( - cs2t_id integer not null, - cs2t_comment_id integer -); |