fix unpublishing test

This commit is contained in:
Thomas Citharel 2016-07-20 16:08:21 +02:00 committed by Lukas Reschke
parent de5e212694
commit ebf23778f5
No known key found for this signature in database
GPG Key ID: B9F6980CF6E759B1
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ class PluginTest extends TestCase {
public function testUnPublishing() {
$this->book->expects($this->once())->method('setPublishStatus')->with(true);
$this->book->expects($this->once())->method('setPublishStatus')->with(false);
// setup request
$request = new Request();