Skip to content

Commit

Permalink
fix properties
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominik Zogg committed Feb 9, 2020
1 parent aa90ec7 commit 74fb5f4
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions tests/Unit/Mapping/Serialization/ModelMappingTest.php
Expand Up @@ -185,12 +185,17 @@ protected function getModelMapping(RouterInterface $router): AbstractModelMappin
/**
* @var string
*/
private $listRouteName;
private $readRouteName;

/**
* @var string
*/
private $createRouteName;
private $updateRouteName;

/**
* @var string
*/
private $deleteRouteName;

public function __construct(
RouterInterface $router,
Expand Down

0 comments on commit 74fb5f4

Please sign in to comment.