diff options
Diffstat (limited to 'tests/app/Census/CensusColumnMotherBirthPlaceSimpleTest.php')
| -rw-r--r-- | tests/app/Census/CensusColumnMotherBirthPlaceSimpleTest.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/app/Census/CensusColumnMotherBirthPlaceSimpleTest.php b/tests/app/Census/CensusColumnMotherBirthPlaceSimpleTest.php index 23d083751c..4828d23c51 100644 --- a/tests/app/Census/CensusColumnMotherBirthPlaceSimpleTest.php +++ b/tests/app/Census/CensusColumnMotherBirthPlaceSimpleTest.php @@ -30,8 +30,8 @@ class CensusColumnMotherBirthPlaceSimpleTest extends \PHPUnit_Framework_TestCase } /** - * @covers Fisharebest\Webtrees\Census\CensusColumnMotherBirthPlaceSimple - * @covers Fisharebest\Webtrees\Census\AbstractCensusColumn + * @covers \Fisharebest\Webtrees\Census\CensusColumnMotherBirthPlaceSimple + * @covers \Fisharebest\Webtrees\Census\AbstractCensusColumn */ public function testKnownStateAndTown() { $father = Mockery::mock('Fisharebest\Webtrees\Individual'); |
