function ConvertTokensTest::testConvertTokensNull
Tests conversion of user tokens with a NULL value.
File
- 
              core/
modules/ user/ tests/ src/ Unit/ Plugin/ migrate/ process/ ConvertTokensTest.php, line 36  
Class
- ConvertTokensTest
 - Tests the ConvertTokens plugin.
 
Namespace
Drupal\Tests\user\Unit\Plugin\migrate\processCode
public function testConvertTokensNull() : void {
  $value = $this->plugin
    ->transform(NULL, $this->migrateExecutable, $this->row, 'destination_property');
  $this->assertEquals('', $value);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.