Closed MPParsley closed 1 year ago
The following scenario results in an error 'id' not found (Drupal\Core\Entity\Query\QueryException) on php 8.1:
'id' not found (Drupal\Core\Entity\Query\QueryException)
Given I am logged in as an "administrator" And "my_taxonomy" terms: | name | parent | description | | 123 | | Description |
Instead of checking isset we should check if not empty Or there should be a way to pass NULL in the NodeTable.
NULL
Please use https://github.com/jhedstrom/DrupalDriver/pull/260 instead
Ok thanks for pointing that out!
The following scenario results in an error
'id' not found (Drupal\Core\Entity\Query\QueryException)
on php 8.1:Instead of checking isset we should check if not empty Or there should be a way to pass
NULL
in the NodeTable.