plugin = $this->getPlugin([], [ 'function' => 'field_create_field' ]); } public function testRewrite() { $function_call = Parser::parseExpression('field_create_field($field)'); $this->assertNull($this->plugin->rewrite($function_call, $this->target)); } }