Skip to content
This repository has been archived by the owner on Jun 26, 2024. It is now read-only.

Commit

Permalink
FIX : Attribute map (TI)
Browse files Browse the repository at this point in the history
  • Loading branch information
DarwinOnLine committed Feb 22, 2017
1 parent 41e6af5 commit a82f055
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Tests/Hydrator/LegacyHydratorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ protected function setUp()
->will($this->returnValue(new TestUser()));

$this->hydrator = new LegacyHydrator($userManager);
$this->hydrator->setAttributeMap($this->getDefaultUserConfig());
$config = $this->getDefaultUserConfig();
$this->hydrator->setAttributeMap($config['attributes']);
}
}

0 comments on commit a82f055

Please sign in to comment.