Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fillpdf
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
drupal.org
fillpdf
Commits
a1b98ce4
Commit
a1b98ce4
authored
1 year ago
by
Liam Morland
Browse files
Options
Downloads
Patches
Plain Diff
Issue #3332313: Declare $testNodes property in HandlePdfControllerTest
parent
5b8348b1
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/src/Functional/HandlePdfControllerTest.php
+7
-0
7 additions, 0 deletions
tests/src/Functional/HandlePdfControllerTest.php
with
7 additions
and
0 deletions
tests/src/Functional/HandlePdfControllerTest.php
+
7
−
0
View file @
a1b98ce4
...
...
@@ -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}
*/
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment