diff --git a/plugins/bc-mail/tests/TestCase/Model/Table/MailFieldsTableTest.php b/plugins/bc-mail/tests/TestCase/Model/Table/MailFieldsTableTest.php index 3f170fb7c7..4676bb3bfa 100755 --- a/plugins/bc-mail/tests/TestCase/Model/Table/MailFieldsTableTest.php +++ b/plugins/bc-mail/tests/TestCase/Model/Table/MailFieldsTableTest.php @@ -201,9 +201,9 @@ public static function sourceMailFieldDataProvider() { return [ ['radio', ['data' => ['type' => 'radio']], 'radio'], - ['select', ['data' => ['type' => 'radio']], 'select'], - ['multi_check', ['data' => ['type' => 'radio']], 'multi_check'], - ['autozip', ['data' => ['type' => 'radio']], 'autozip'], + ['select', ['data' => ['type' => 'select']], 'select'], + ['multi_check', ['data' => ['type' => 'multi_check']], 'multi_check'], + ['autozip', ['data' => ['type' => 'autozip']], 'autozip'], ['text', ['data' => ['type' => 'text']], true] ]; }