expect call of getSlogan() exactly twice
Signed-off-by: Stephan Müller <mail@stephanmueller.eu> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
parent
86265320b8
commit
f7790c2960
1 changed files with 1 additions and 1 deletions
|
@ -828,7 +828,7 @@ class ShareByMailProviderTest extends TestCase {
|
|||
->method('setReplyTo')
|
||||
->with(['owner@example.com' => 'Mrs. Owner User']);
|
||||
$this->defaults
|
||||
->expects($this->once())
|
||||
->expects($this->exactly(2))
|
||||
->method('getSlogan')
|
||||
->willReturn('Testing like 1990');
|
||||
$template
|
||||
|
|
Loading…
Reference in a new issue