Skip to content

Commit

Permalink
Apply fixes from StyleCI (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhemphill authored May 14, 2019
1 parent ec2880c commit b1e02e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/PresenterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,8 @@ public function fullName()
}
};

$presenter = new class($notAModel) extends Presenter {};
$presenter = new class($notAModel) extends Presenter {
};

$this->assertEquals('david', $presenter->name);
$this->assertEquals('David Hemphill', $presenter->fullName());
Expand Down

0 comments on commit b1e02e0

Please sign in to comment.