Loading core/modules/block_content/tests/src/Kernel/Migrate/MigrateBlockContentEntityDisplayTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -41,7 +41,7 @@ protected function setUp() { */ protected function assertDisplay($id, $component_id) { $component = EntityViewDisplay::load($id)->getComponent($component_id); $this->assertInternalType('array', $component); $this->assertIsArray($component); $this->assertSame('hidden', $component['label']); } Loading core/modules/block_content/tests/src/Kernel/Migrate/MigrateBlockContentEntityFormDisplayTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -41,7 +41,7 @@ protected function setUp() { */ protected function assertDisplay($id, $component_id) { $component = EntityFormDisplay::load($id)->getComponent($component_id); $this->assertInternalType('array', $component); $this->assertIsArray($component); $this->assertSame('text_textarea_with_summary', $component['type']); } Loading core/modules/ckeditor/tests/src/Unit/Plugin/CKEditorPlugin/LanguageTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -52,7 +52,7 @@ public function testGetConfig($language_list, $expected_number) { $config = $this->plugin->getConfig($editor); $this->assertInternalType('array', $config); $this->assertIsArray($config); $this->assertTrue(in_array('ar:Arabic:rtl', $config['language_list'])); $this->assertTrue(in_array('zh-hans:Chinese, Simplified', $config['language_list'])); $this->assertTrue(in_array('en:English', $config['language_list'])); Loading core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentEntityDisplayTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -44,7 +44,7 @@ protected function setUp() { */ protected function assertDisplay($id, $component_id) { $component = EntityViewDisplay::load($id)->getComponent($component_id); $this->assertInternalType('array', $component); $this->assertIsArray($component); $this->assertSame('hidden', $component['label']); $this->assertSame('comment_default', $component['type']); $this->assertSame(20, $component['weight']); Loading core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentEntityFormDisplaySubjectTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -38,7 +38,7 @@ protected function setUp() { */ protected function assertSubjectVisible($id) { $component = EntityFormDisplay::load($id)->getComponent('subject'); $this->assertInternalType('array', $component); $this->assertIsArray($component); $this->assertSame('string_textfield', $component['type']); $this->assertSame(10, $component['weight']); } Loading Loading
core/modules/block_content/tests/src/Kernel/Migrate/MigrateBlockContentEntityDisplayTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -41,7 +41,7 @@ protected function setUp() { */ protected function assertDisplay($id, $component_id) { $component = EntityViewDisplay::load($id)->getComponent($component_id); $this->assertInternalType('array', $component); $this->assertIsArray($component); $this->assertSame('hidden', $component['label']); } Loading
core/modules/block_content/tests/src/Kernel/Migrate/MigrateBlockContentEntityFormDisplayTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -41,7 +41,7 @@ protected function setUp() { */ protected function assertDisplay($id, $component_id) { $component = EntityFormDisplay::load($id)->getComponent($component_id); $this->assertInternalType('array', $component); $this->assertIsArray($component); $this->assertSame('text_textarea_with_summary', $component['type']); } Loading
core/modules/ckeditor/tests/src/Unit/Plugin/CKEditorPlugin/LanguageTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -52,7 +52,7 @@ public function testGetConfig($language_list, $expected_number) { $config = $this->plugin->getConfig($editor); $this->assertInternalType('array', $config); $this->assertIsArray($config); $this->assertTrue(in_array('ar:Arabic:rtl', $config['language_list'])); $this->assertTrue(in_array('zh-hans:Chinese, Simplified', $config['language_list'])); $this->assertTrue(in_array('en:English', $config['language_list'])); Loading
core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentEntityDisplayTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -44,7 +44,7 @@ protected function setUp() { */ protected function assertDisplay($id, $component_id) { $component = EntityViewDisplay::load($id)->getComponent($component_id); $this->assertInternalType('array', $component); $this->assertIsArray($component); $this->assertSame('hidden', $component['label']); $this->assertSame('comment_default', $component['type']); $this->assertSame(20, $component['weight']); Loading
core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentEntityFormDisplaySubjectTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -38,7 +38,7 @@ protected function setUp() { */ protected function assertSubjectVisible($id) { $component = EntityFormDisplay::load($id)->getComponent('subject'); $this->assertInternalType('array', $component); $this->assertIsArray($component); $this->assertSame('string_textfield', $component['type']); $this->assertSame(10, $component['weight']); } Loading