Skip to content

Commit 26b6f87

Browse files
committed
Update tests package
1 parent 1b2eb16 commit 26b6f87

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"firebase/php-jwt": "6.10.0",
3030
"mashape/unirest-php": "3.0.4",
3131
"squizlabs/php_codesniffer": "*",
32-
"phpunit/phpunit": "^9.5"
32+
"phpunit/phpunit": "^9.6.19"
3333
},
3434
"require-dev": {
3535
"squizlabs/php_codesniffer": "*"

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/eSignature/CreateBrandTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ final class CreateBrandTest extends TestCase
1111
{
1212
protected const DEMO_DOCS_PATH = __DIR__ . '/../../public/demo_documents/';
1313

14+
protected $testConfig;
15+
1416
public function __construct($testConfig = null)
1517
{
1618
parent::__construct();

0 commit comments

Comments
 (0)