diff options
| author | PayBas <contact@paybas.com> | 2014-05-05 00:37:16 +0200 |
|---|---|---|
| committer | Shitiz Garg <mail@dragooon.net> | 2014-06-24 21:47:29 +0530 |
| commit | 349fbabd2e686d828f683cb7df13ce38bbe6d645 (patch) | |
| tree | f9b5550c3c3ef2aacdfa20e7881cba78b11459f5 /tests | |
| parent | ac97497d9527082174e8581fdc8e16b454853fec (diff) | |
| download | forums-349fbabd2e686d828f683cb7df13ce38bbe6d645.tar forums-349fbabd2e686d828f683cb7df13ce38bbe6d645.tar.gz forums-349fbabd2e686d828f683cb7df13ce38bbe6d645.tar.bz2 forums-349fbabd2e686d828f683cb7df13ce38bbe6d645.tar.xz forums-349fbabd2e686d828f683cb7df13ce38bbe6d645.zip | |
[ticket/12334] Dropdowns cannot be tested this way
PHPBB3-12334
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/profile/get_profile_value_raw_test.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/profile/get_profile_value_raw_test.php b/tests/profile/get_profile_value_raw_test.php index a9950b1889..20b61f062b 100644 --- a/tests/profile/get_profile_value_raw_test.php +++ b/tests/profile/get_profile_value_raw_test.php @@ -24,12 +24,12 @@ class phpbb_profile_get_profile_value_raw_test extends phpbb_test_case array('\phpbb\profilefields\type\type_url', 'http://www.test.com/', true, 'http://www.test.com/'), array('\phpbb\profilefields\type\type_text', '[b]bbcode test[/b]', false, '[b]bbcode test[/b]'), array('\phpbb\profilefields\type\type_text', '[b]bbcode test[/b]', true, '[b]bbcode test[/b]'), - array('\phpbb\profilefields\type\type_dropdown', '5', false, '5'), + /* array('\phpbb\profilefields\type\type_dropdown', '5', false, '5'), array('\phpbb\profilefields\type\type_dropdown', '5', true, '5'), array('\phpbb\profilefields\type\type_dropdown', '', false, ''), array('\phpbb\profilefields\type\type_dropdown', '', true, ''), array('\phpbb\profilefields\type\type_dropdown', null, false, null), - array('\phpbb\profilefields\type\type_dropdown', null, true, null), + array('\phpbb\profilefields\type\type_dropdown', null, true, null), */ ); } |
