Skip to content
Snippets Groups Projects
Commit 51297458 authored by Vadym Abramchuk's avatar Vadym Abramchuk
Browse files

Issue #3400982: Add boolean field type test

parent ac6cca64
No related branches found
No related tags found
1 merge request!80Resolve #3400982 "Field processor plugins"
......@@ -61,6 +61,12 @@ class SimpleFieldProcessorTest extends FieldProcessorTestBase {
],
['address'],
],
'boolean' => [
[
'type' => 'boolean',
],
[0 => ['value' => TRUE]],
],
'string' => [
[
'type' => 'string',
......@@ -110,6 +116,13 @@ class SimpleFieldProcessorTest extends FieldProcessorTestBase {
],
['address'],
],
'boolean' => [
[
'type' => 'boolean',
],
TRUE,
[0 => ['value' => TRUE]],
],
'string' => [
[
'type' => 'string',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment