summaryrefslogtreecommitdiff
path: root/tests/app/Census/CensusColumnBirthPlaceTest.php
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2017-11-03 14:57:10 +0000
committerGreg Roach <fisharebest@gmail.com>2017-11-03 14:57:10 +0000
commit8d68cabe4cf02d6d8507faf4f53889852be0b6aa (patch)
treea80d1d9c85554d7184ec55549037bfeb3602956a /tests/app/Census/CensusColumnBirthPlaceTest.php
parent242e42ea003002c5d393828f361ed0e2fb4ae2e9 (diff)
downloadwebtrees-8d68cabe4cf02d6d8507faf4f53889852be0b6aa.tar.gz
webtrees-8d68cabe4cf02d6d8507faf4f53889852be0b6aa.tar.bz2
webtrees-8d68cabe4cf02d6d8507faf4f53889852be0b6aa.zip
Code style
Diffstat (limited to 'tests/app/Census/CensusColumnBirthPlaceTest.php')
-rw-r--r--tests/app/Census/CensusColumnBirthPlaceTest.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/app/Census/CensusColumnBirthPlaceTest.php b/tests/app/Census/CensusColumnBirthPlaceTest.php
index a509d41201..c391cb9fb5 100644
--- a/tests/app/Census/CensusColumnBirthPlaceTest.php
+++ b/tests/app/Census/CensusColumnBirthPlaceTest.php
@@ -36,8 +36,7 @@ class CensusColumnBirthPlaceTest extends \PHPUnit_Framework_TestCase {
*
* @return \Fisharebest\Webtrees\Place
*/
- private function getPlaceMock($place)
- {
+ private function getPlaceMock($place) {
$placeMock = Mockery::mock('\Fisharebest\Webtrees\Place');
$placeMock->shouldReceive('getGedcomName')->andReturn($place);