Skip to content

Commit 803f588

Browse files
gnutixSimperfit
authored andcommitted
Add missing declaration of the client static property for Symfony < 4.3.
1 parent 3852771 commit 803f588

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/Test/WebTestCase.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@
4040
*/
4141
abstract class WebTestCase extends BaseWebTestCase
4242
{
43+
/** @var Client|null */
44+
protected static $client;
45+
4346
protected $environment = 'test';
4447

4548
protected $containers;

0 commit comments

Comments
 (0)