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/CensusOfDenmark1916Test.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/CensusOfDenmark1916Test.php')
| -rw-r--r-- | tests/app/Census/CensusOfDenmark1916Test.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/app/Census/CensusOfDenmark1916Test.php b/tests/app/Census/CensusOfDenmark1916Test.php index 7a4c03ef03..ab11af3af1 100644 --- a/tests/app/Census/CensusOfDenmark1916Test.php +++ b/tests/app/Census/CensusOfDenmark1916Test.php @@ -23,7 +23,7 @@ class CensusOfDenmark1916Test extends \PHPUnit_Framework_TestCase { /** * Test the census place and date * - * @covers Fisharebest\Webtrees\Census\CensusOfDenmark1916 + * @covers \Fisharebest\Webtrees\Census\CensusOfDenmark1916 */ public function testPlaceAndDate() { $census = new CensusOfDenmark1916; @@ -35,8 +35,8 @@ class CensusOfDenmark1916Test extends \PHPUnit_Framework_TestCase { /** * Test the census columns * - * @covers Fisharebest\Webtrees\Census\CensusOfDenmark1916 - * @covers Fisharebest\Webtrees\Census\AbstractCensusColumn + * @covers \Fisharebest\Webtrees\Census\CensusOfDenmark1916 + * @covers \Fisharebest\Webtrees\Census\AbstractCensusColumn */ public function testColumns() { $census = new CensusOfDenmark1916; |
