diff options
| author | Greg Roach <fisharebest@gmail.com> | 2017-03-07 12:02:25 +0000 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2017-06-17 16:17:44 +0100 |
| commit | 15d603e7c7c15d20f055d3d9c38d6b133453c5be (patch) | |
| tree | 14cd348cd8d2cbb465626429334a9558c0bf5a43 /tests/app/Census/CensusOfDeutschlandNL1867Test.php | |
| parent | 95664b44addad5559917902d85518988a3ea7bc4 (diff) | |
| download | webtrees-15d603e7c7c15d20f055d3d9c38d6b133453c5be.tar.gz webtrees-15d603e7c7c15d20f055d3d9c38d6b133453c5be.tar.bz2 webtrees-15d603e7c7c15d20f055d3d9c38d6b133453c5be.zip | |
jQuery-3, Bootstrap-4, FontAwesome-4.7, Select2-4, remove popup windows
Diffstat (limited to 'tests/app/Census/CensusOfDeutschlandNL1867Test.php')
| -rw-r--r-- | tests/app/Census/CensusOfDeutschlandNL1867Test.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/app/Census/CensusOfDeutschlandNL1867Test.php b/tests/app/Census/CensusOfDeutschlandNL1867Test.php index 4687a40b85..617aca84ae 100644 --- a/tests/app/Census/CensusOfDeutschlandNL1867Test.php +++ b/tests/app/Census/CensusOfDeutschlandNL1867Test.php @@ -23,7 +23,7 @@ class CensusOfDeutschlandNL1867Test extends \PHPUnit_Framework_TestCase { /** * Test the census place and date * - * @covers Fisharebest\Webtrees\Census\CensusOfDeutschlandNL1867 + * @covers \Fisharebest\Webtrees\Census\CensusOfDeutschlandNL1867 */ public function testPlaceAndDate() { $census = new CensusOfDeutschlandNL1867; @@ -35,8 +35,8 @@ class CensusOfDeutschlandNL1867Test extends \PHPUnit_Framework_TestCase { /** * Test the census columns * - * @covers Fisharebest\Webtrees\Census\CensusOfDeutschlandNL1867 - * @covers Fisharebest\Webtrees\Census\AbstractCensusColumn + * @covers \Fisharebest\Webtrees\Census\CensusOfDeutschlandNL1867 + * @covers \Fisharebest\Webtrees\Census\AbstractCensusColumn */ public function testColumns() { $census = new CensusOfDeutschlandNL1867; |
