You are here

public function SelectQueryResultTest::testGoodId in Salesforce Suite 8.3

Same name and namespace in other branches
  1. 8.4 tests/src/Unit/SelectQueryResultTest.php \Drupal\Tests\salesforce\Unit\SelectQueryResultTest::testGoodId()
  2. 5.0.x tests/src/Unit/SelectQueryResultTest.php \Drupal\Tests\salesforce\Unit\SelectQueryResultTest::testGoodId()

Test object instantiation with good resultd.

File

tests/src/Unit/SelectQueryResultTest.php, line 44

Class

SelectQueryResultTest
Test Object instantitation.

Namespace

Drupal\Tests\salesforce\Unit

Code

public function testGoodId() {
  $this
    ->assertTrue($this->sqr instanceof SelectQueryResult);
}