diff options
| author | Greg Roach <fisharebest@gmail.com> | 2017-11-03 14:57:10 +0000 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2017-11-03 14:57:10 +0000 |
| commit | 8d68cabe4cf02d6d8507faf4f53889852be0b6aa (patch) | |
| tree | a80d1d9c85554d7184ec55549037bfeb3602956a /tests/app/Census/CensusColumnBirthPlaceTest.php | |
| parent | 242e42ea003002c5d393828f361ed0e2fb4ae2e9 (diff) | |
| download | webtrees-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.php | 3 |
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); |
