Skip to content
This repository has been archived by the owner on Nov 27, 2020. It is now read-only.

Commit

Permalink
Create methods for adding variables / metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
veewee committed Nov 3, 2014
1 parent feb3e9e commit 1cef6c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/Phpro/MailManager/Mail/Base/MandrillSpec.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public function it_should_have_metadata()
$recipient = '[email protected]';
$value = ['meta1' => 'meta1'];
$this->setMetadata($recipient, $value);
$res = $this->getMetadata()->shouldReturn([$recipient => $value]);
$this->getMetadata()->shouldReturn([$recipient => $value]);
}

/**
Expand Down

0 comments on commit 1cef6c3

Please sign in to comment.