Commit 2dbb642
committed
Add Behat\Gherkin\Node\TableNode namespace for instanceof TableNode
At line 67, we currently check `instanceof Tablenode`, but since the class isn't introduced with `use` we check for `instanceof Drupal\DrupalExtension\Context` which doesn't exist.
This fixes that (but still doesn't quite fix transforming random tokens in TableNode values).1 parent 07a219a commit 2dbb642
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
0 commit comments