Skip to content

Commit

Permalink
Fix tests (#2221)
Browse files Browse the repository at this point in the history
  • Loading branch information
core23 authored Nov 22, 2021
1 parent bc4c763 commit 049eb93
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"psalm/plugin-symfony": "^3.0",
"sonata-project/admin-bundle": "^4.0",
"sonata-project/block-bundle": "^4.0",
"sonata-project/classification-bundle": "^4.0@alpha",
"sonata-project/classification-bundle": "^4.0.0-RC1",
"sonata-project/doctrine-orm-admin-bundle": "^4.0",
"symfony/browser-kit": "^4.4 || ^5.3",
"symfony/messenger": "^4.4 || ^5.3",
Expand Down
5 changes: 0 additions & 5 deletions tests/App/Entity/Context.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,4 @@ class Context extends BaseContext
* @ORM\Column(type="string")
*/
protected ?string $id = null;

public function getId(): ?string
{
return $this->id;
}
}

0 comments on commit 049eb93

Please sign in to comment.