You are here

public function QueueHandlerTest::testGetUpdatedRecords in Salesforce Suite 8.4

Same name and namespace in other branches
  1. 8.3 modules/salesforce_pull/tests/src/Unit/QueueHandlerTest.php \Drupal\Tests\salesforce_pull\Unit\QueueHandlerTest::testGetUpdatedRecords()
  2. 5.0.x modules/salesforce_pull/tests/src/Unit/QueueHandlerTest.php \Drupal\Tests\salesforce_pull\Unit\QueueHandlerTest::testGetUpdatedRecords()

Test handler operation, good data.

File

modules/salesforce_pull/tests/src/Unit/QueueHandlerTest.php, line 152

Class

QueueHandlerTest
Test Object instantitation.

Namespace

Drupal\Tests\salesforce_pull\Unit

Code

public function testGetUpdatedRecords() {
  $result = $this->qh
    ->getUpdatedRecords();
  $this
    ->assertTrue($result);
}