Skip to content

Commit

Permalink
MAGETWO-60890: Fatal error logging in as admin user with restricted role
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergii Kovalenko committed Dec 1, 2016
1 parent 3a06d40 commit 3faa421
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ public function testGet()
->method('load')
->with($this->fileKey)
->willReturn([$this->configType => [$path => 'value']]);
$this->assertEquals('value', $this->source->get($path));
$this->assertEquals([$path => 'value'], $this->source->get());
}
}

0 comments on commit 3faa421

Please sign in to comment.