Skip to content

Commit

Permalink
Add missing class properties
Browse files Browse the repository at this point in the history
  • Loading branch information
franmomu committed May 31, 2021
1 parent d20f931 commit 3271311
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/Doctrine/ODM/MongoDB/Tests/Functional/QueryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@

class QueryTest extends BaseTest
{
/** @var User */
private $user;

public function setUp(): void
{
parent::setUp();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@

class MODM91Test extends BaseTest
{
/** @var MODM91EventListener */
private $listener;

private function getDocumentManager()
{
$this->listener = new MODM91EventListener();
Expand Down

0 comments on commit 3271311

Please sign in to comment.