Skip to content
Snippets Groups Projects
Commit 2f2fd633 authored by Liam Morland's avatar Liam Morland
Browse files

Issue #3426100: Declare missing FillPdfFormFormTest::$testNode

parent 80e88253
No related branches found
No related tags found
No related merge requests found
...@@ -13,6 +13,13 @@ use Drupal\user\Entity\Role; ...@@ -13,6 +13,13 @@ use Drupal\user\Entity\Role;
*/ */
class FillPdfFormFormTest extends FillPdfUploadTestBase { class FillPdfFormFormTest extends FillPdfUploadTestBase {
/**
* The test node.
*
* @var \Drupal\node\NodeInterface
*/
protected $testNode;
/** /**
* {@inheritdoc} * {@inheritdoc}
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment