Skip to content

Commit

Permalink
adjustments in T3quotesControllerTest
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBruchmann committed Apr 14, 2018
1 parent 08a8bd8 commit 3fffbd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Unit/Controller/T3quotesControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public function showActionAssignsTheGivenT3quoteToView()
$this->inject($this->subject, 'view', $view);
$view->expects(self::once())->method('assign')->with('t3quote', $t3quote);

$this->subject->showAction($t3quotes);
$this->subject->showAction($t3quote);
}

/**
Expand Down

0 comments on commit 3fffbd8

Please sign in to comment.