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

Issue #3332313: Declare $testNodes property in HandlePdfControllerTest

parent 5b8348b1
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,13 @@ use Symfony\Component\HttpFoundation\ResponseHeaderBag;
*/
class HandlePdfControllerTest extends FillPdfUploadTestBase {
/**
* Array of nodes to run tests with.
*
* @var array
*/
private $testNodes = [];
/**
* {@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