You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It fails with the error Command not supported as typed. When I remove the special characters in the description it works.
The above command is being generated by the DrushDriver class and the description with the special characters is generated by the DrupalContext class. My work around for now is to extend the DrupalContext class and createTerm method to use the name() method of generating a random string rather than the string() method.
The text was updated successfully, but these errors were encountered:
I'm running this command against a Pantheon site:
It fails with the error
Command not supported as typed
. When I remove the special characters in the description it works.The above command is being generated by the DrushDriver class and the description with the special characters is generated by the DrupalContext class. My work around for now is to extend the DrupalContext class and createTerm method to use the name() method of generating a random string rather than the string() method.
The text was updated successfully, but these errors were encountered: