| array (
'promote' =>
stdClass::__set_state(array(
'type' => 'entity_operations_node_test',
'title' => 'is promoted',
'uid' => '2',
'created' => 1410091200,
'promote' => 1,
'field_test_test_entities' =>
array (
'und' =>
array (
0 =>
array (
'target_id' => '1',
),
),
),
'changed' => 1436000755,
'timestamp' => 1436000755,
'log' => '',
'nid' => '1',
'language' => '',
'status' => 1,
'comment' => 0,
'sticky' => 0,
'tnid' => 0,
'translate' => 0,
'vid' => '1',
)),
'normal' =>
stdClass::__set_state(array(
'type' => 'entity_operations_node_test',
'title' => 'not promoted',
'uid' => '2',
'created' => 1410091200,
'promote' => 0,
'field_test_test_entities' =>
array (
'und' =>
array (
0 =>
array (
'target_id' => '1',
),
),
),
'changed' => 1436000755,
'timestamp' => 1436000755,
'log' => '',
'nid' => '2',
'language' => '',
'status' => 1,
'comment' => 0,
'sticky' => 0,
'tnid' => 0,
'translate' => 0,
'vid' => '2',
)),
'unrelated' =>
stdClass::__set_state(array(
'type' => 'entity_operations_node_test',
'title' => 'unrelated',
'uid' => '2',
'created' => 1410091200,
'changed' => 1436000755,
'timestamp' => 1436000755,
'log' => '',
'nid' => '3',
'language' => '',
'status' => 1,
'comment' => 0,
'promote' => 0,
'sticky' => 0,
'tnid' => 0,
'translate' => 0,
'vid' => '3',
)),
) | Debug | entity_operations.test | 503 | EntityOperationsViewsDisplayPluginTestCase->testViewsDisplayPlugin() |  |