summaryrefslogtreecommitdiff
path: root/tests/app/Census/CensusOfUnitedStatesTest.php
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2017-03-07 12:02:25 +0000
committerGreg Roach <fisharebest@gmail.com>2017-06-17 16:17:44 +0100
commit15d603e7c7c15d20f055d3d9c38d6b133453c5be (patch)
tree14cd348cd8d2cbb465626429334a9558c0bf5a43 /tests/app/Census/CensusOfUnitedStatesTest.php
parent95664b44addad5559917902d85518988a3ea7bc4 (diff)
downloadwebtrees-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/CensusOfUnitedStatesTest.php')
-rw-r--r--tests/app/Census/CensusOfUnitedStatesTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/app/Census/CensusOfUnitedStatesTest.php b/tests/app/Census/CensusOfUnitedStatesTest.php
index 0c0d93ad80..e7aef072ff 100644
--- a/tests/app/Census/CensusOfUnitedStatesTest.php
+++ b/tests/app/Census/CensusOfUnitedStatesTest.php
@@ -23,7 +23,7 @@ class CensusOfUnitedStatesTest extends \PHPUnit_Framework_TestCase {
/**
* Test the census place
*
- * @covers Fisharebest\Webtrees\Census\CensusOfUnitedStates
+ * @covers \Fisharebest\Webtrees\Census\CensusOfUnitedStates
*/
public function testPlace() {
$census = new CensusOfUnitedStates;
@@ -34,7 +34,7 @@ class CensusOfUnitedStatesTest extends \PHPUnit_Framework_TestCase {
/**
* Test the census dates
*
- * @covers Fisharebest\Webtrees\Census\CensusOfUnitedStates
+ * @covers \Fisharebest\Webtrees\Census\CensusOfUnitedStates
*/
public function testAllDates() {
$census = new CensusOfUnitedStates;