summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2016-02-09 19:35:25 +0000
committerGreg Roach <fisharebest@gmail.com>2016-02-09 19:35:46 +0000
commitffd11e90224b96d3db50a8bc3391d6f1657075fe (patch)
tree44af306105694fa785a30d4f93a49a391a559f2d
parent05947cfe77a537813961f12b82be4aa9c28fb943 (diff)
downloadwebtrees-ffd11e90224b96d3db50a8bc3391d6f1657075fe.tar.gz
webtrees-ffd11e90224b96d3db50a8bc3391d6f1657075fe.tar.bz2
webtrees-ffd11e90224b96d3db50a8bc3391d6f1657075fe.zip
UK census dates
-rw-r--r--app/Census/CensusOfEngland1861.php2
-rw-r--r--app/Census/CensusOfEngland1871.php2
-rw-r--r--app/Census/CensusOfEngland1881.php2
-rw-r--r--app/Census/CensusOfEngland1891.php2
-rw-r--r--app/Census/CensusOfEngland1911.php2
-rw-r--r--app/Census/CensusOfScotland1861.php2
-rw-r--r--app/Census/CensusOfScotland1871.php2
-rw-r--r--app/Census/CensusOfScotland1881.php2
-rw-r--r--app/Census/CensusOfScotland1891.php2
-rw-r--r--app/Census/CensusOfScotland1911.php2
-rw-r--r--app/Census/CensusOfWales1861.php2
-rw-r--r--app/Census/CensusOfWales1871.php2
-rw-r--r--app/Census/CensusOfWales1881.php2
-rw-r--r--app/Census/CensusOfWales1891.php2
-rw-r--r--app/Census/CensusOfWales1911.php2
-rw-r--r--tests/app/Census/CensusOfEngland1861Test.php2
-rw-r--r--tests/app/Census/CensusOfEngland1871Test.php2
-rw-r--r--tests/app/Census/CensusOfEngland1881Test.php2
-rw-r--r--tests/app/Census/CensusOfEngland1891Test.php2
-rw-r--r--tests/app/Census/CensusOfEngland1911Test.php2
-rw-r--r--tests/app/Census/CensusOfScotland1861Test.php2
-rw-r--r--tests/app/Census/CensusOfScotland1871Test.php2
-rw-r--r--tests/app/Census/CensusOfScotland1881Test.php2
-rw-r--r--tests/app/Census/CensusOfScotland1891Test.php2
-rw-r--r--tests/app/Census/CensusOfScotland1911Test.php2
-rw-r--r--tests/app/Census/CensusOfWales1861Test.php2
-rw-r--r--tests/app/Census/CensusOfWales1871Test.php2
-rw-r--r--tests/app/Census/CensusOfWales1881Test.php2
-rw-r--r--tests/app/Census/CensusOfWales1891Test.php2
-rw-r--r--tests/app/Census/CensusOfWales1911Test.php2
30 files changed, 30 insertions, 30 deletions
diff --git a/app/Census/CensusOfEngland1861.php b/app/Census/CensusOfEngland1861.php
index a2e856b867..1b8e715674 100644
--- a/app/Census/CensusOfEngland1861.php
+++ b/app/Census/CensusOfEngland1861.php
@@ -25,7 +25,7 @@ class CensusOfEngland1861 extends CensusOfEngland implements CensusInterface {
* @return string
*/
public function censusDate() {
- return '07 MAR 1861';
+ return '07 APR 1861';
}
/**
diff --git a/app/Census/CensusOfEngland1871.php b/app/Census/CensusOfEngland1871.php
index e2a047096a..bfede578ba 100644
--- a/app/Census/CensusOfEngland1871.php
+++ b/app/Census/CensusOfEngland1871.php
@@ -25,7 +25,7 @@ class CensusOfEngland1871 extends CensusOfEngland implements CensusInterface {
* @return string
*/
public function censusDate() {
- return '02 MAR 1871';
+ return '02 APR 1871';
}
/**
diff --git a/app/Census/CensusOfEngland1881.php b/app/Census/CensusOfEngland1881.php
index e388c74339..5d418e33db 100644
--- a/app/Census/CensusOfEngland1881.php
+++ b/app/Census/CensusOfEngland1881.php
@@ -25,7 +25,7 @@ class CensusOfEngland1881 extends CensusOfEngland implements CensusInterface {
* @return string
*/
public function censusDate() {
- return '03 MAR 1881';
+ return '03 APR 1881';
}
/**
diff --git a/app/Census/CensusOfEngland1891.php b/app/Census/CensusOfEngland1891.php
index d91240e9be..b59e1a9969 100644
--- a/app/Census/CensusOfEngland1891.php
+++ b/app/Census/CensusOfEngland1891.php
@@ -25,7 +25,7 @@ class CensusOfEngland1891 extends CensusOfEngland implements CensusInterface {
* @return string
*/
public function censusDate() {
- return '05 MAR 1891';
+ return '05 APR 1891';
}
/**
diff --git a/app/Census/CensusOfEngland1911.php b/app/Census/CensusOfEngland1911.php
index b91334d3cc..11516061a2 100644
--- a/app/Census/CensusOfEngland1911.php
+++ b/app/Census/CensusOfEngland1911.php
@@ -25,7 +25,7 @@ class CensusOfEngland1911 extends CensusOfEngland implements CensusInterface {
* @return string
*/
public function censusDate() {
- return '02 MAR 1911';
+ return '02 APR 1911';
}
/**
diff --git a/app/Census/CensusOfScotland1861.php b/app/Census/CensusOfScotland1861.php
index fc1f342462..c942e60ee3 100644
--- a/app/Census/CensusOfScotland1861.php
+++ b/app/Census/CensusOfScotland1861.php
@@ -25,7 +25,7 @@ class CensusOfScotland1861 extends CensusOfScotland implements CensusInterface {
* @return string
*/
public function censusDate() {
- return '07 MAR 1861';
+ return '07 APR 1861';
}
/**
diff --git a/app/Census/CensusOfScotland1871.php b/app/Census/CensusOfScotland1871.php
index 28bfdca3dd..c562efab37 100644
--- a/app/Census/CensusOfScotland1871.php
+++ b/app/Census/CensusOfScotland1871.php
@@ -25,7 +25,7 @@ class CensusOfScotland1871 extends CensusOfScotland implements CensusInterface {
* @return string
*/
public function censusDate() {
- return '02 MAR 1871';
+ return '02 APR 1871';
}
/**
diff --git a/app/Census/CensusOfScotland1881.php b/app/Census/CensusOfScotland1881.php
index 2dd6ed8de8..97b74b3f80 100644
--- a/app/Census/CensusOfScotland1881.php
+++ b/app/Census/CensusOfScotland1881.php
@@ -25,7 +25,7 @@ class CensusOfScotland1881 extends CensusOfScotland implements CensusInterface {
* @return string
*/
public function censusDate() {
- return '03 MAR 1881';
+ return '03 APR 1881';
}
/**
diff --git a/app/Census/CensusOfScotland1891.php b/app/Census/CensusOfScotland1891.php
index baae63d6c6..0df25fa02d 100644
--- a/app/Census/CensusOfScotland1891.php
+++ b/app/Census/CensusOfScotland1891.php
@@ -25,7 +25,7 @@ class CensusOfScotland1891 extends CensusOfScotland implements CensusInterface {
* @return string
*/
public function censusDate() {
- return '05 MAR 1891';
+ return '05 APR 1891';
}
/**
diff --git a/app/Census/CensusOfScotland1911.php b/app/Census/CensusOfScotland1911.php
index 404780e05c..56f6252bbb 100644
--- a/app/Census/CensusOfScotland1911.php
+++ b/app/Census/CensusOfScotland1911.php
@@ -25,7 +25,7 @@ class CensusOfScotland1911 extends CensusOfScotland implements CensusInterface {
* @return string
*/
public function censusDate() {
- return '02 MAR 1911';
+ return '02 APR 1911';
}
/**
diff --git a/app/Census/CensusOfWales1861.php b/app/Census/CensusOfWales1861.php
index 1df1fe6886..c5c4bc4b15 100644
--- a/app/Census/CensusOfWales1861.php
+++ b/app/Census/CensusOfWales1861.php
@@ -25,7 +25,7 @@ class CensusOfWales1861 extends CensusOfWales implements CensusInterface {
* @return string
*/
public function censusDate() {
- return '07 MAR 1861';
+ return '07 APR 1861';
}
/**
diff --git a/app/Census/CensusOfWales1871.php b/app/Census/CensusOfWales1871.php
index d56f05e967..fc2ce9e4d8 100644
--- a/app/Census/CensusOfWales1871.php
+++ b/app/Census/CensusOfWales1871.php
@@ -25,7 +25,7 @@ class CensusOfWales1871 extends CensusOfWales implements CensusInterface {
* @return string
*/
public function censusDate() {
- return '02 MAR 1871';
+ return '02 APR 1871';
}
/**
diff --git a/app/Census/CensusOfWales1881.php b/app/Census/CensusOfWales1881.php
index c6b5b8ae2d..b4fe9586a5 100644
--- a/app/Census/CensusOfWales1881.php
+++ b/app/Census/CensusOfWales1881.php
@@ -25,7 +25,7 @@ class CensusOfWales1881 extends CensusOfWales implements CensusInterface {
* @return string
*/
public function censusDate() {
- return '03 MAR 1881';
+ return '03 APR 1881';
}
/**
diff --git a/app/Census/CensusOfWales1891.php b/app/Census/CensusOfWales1891.php
index de2c8a45de..267bf88859 100644
--- a/app/Census/CensusOfWales1891.php
+++ b/app/Census/CensusOfWales1891.php
@@ -25,7 +25,7 @@ class CensusOfWales1891 extends CensusOfWales implements CensusInterface {
* @return string
*/
public function censusDate() {
- return '05 MAR 1891';
+ return '05 APR 1891';
}
/**
diff --git a/app/Census/CensusOfWales1911.php b/app/Census/CensusOfWales1911.php
index 6aed32b917..431978341f 100644
--- a/app/Census/CensusOfWales1911.php
+++ b/app/Census/CensusOfWales1911.php
@@ -25,7 +25,7 @@ class CensusOfWales1911 extends CensusOfWales implements CensusInterface {
* @return string
*/
public function censusDate() {
- return '02 MAR 1911';
+ return '02 APR 1911';
}
/**
diff --git a/tests/app/Census/CensusOfEngland1861Test.php b/tests/app/Census/CensusOfEngland1861Test.php
index de7d8050d1..f6ff25c1f1 100644
--- a/tests/app/Census/CensusOfEngland1861Test.php
+++ b/tests/app/Census/CensusOfEngland1861Test.php
@@ -29,7 +29,7 @@ class CensusOfEngland1861Test extends \PHPUnit_Framework_TestCase {
$census = new CensusOfEngland1861;
$this->assertSame('England', $census->censusPlace());
- $this->assertSame('07 MAR 1861', $census->censusDate());
+ $this->assertSame('07 APR 1861', $census->censusDate());
}
/**
diff --git a/tests/app/Census/CensusOfEngland1871Test.php b/tests/app/Census/CensusOfEngland1871Test.php
index 6826200384..afd753a992 100644
--- a/tests/app/Census/CensusOfEngland1871Test.php
+++ b/tests/app/Census/CensusOfEngland1871Test.php
@@ -29,7 +29,7 @@ class CensusOfEngland1871Test extends \PHPUnit_Framework_TestCase {
$census = new CensusOfEngland1871;
$this->assertSame('England', $census->censusPlace());
- $this->assertSame('02 MAR 1871', $census->censusDate());
+ $this->assertSame('02 APR 1871', $census->censusDate());
}
/**
diff --git a/tests/app/Census/CensusOfEngland1881Test.php b/tests/app/Census/CensusOfEngland1881Test.php
index 190e1171ca..0a60658ca1 100644
--- a/tests/app/Census/CensusOfEngland1881Test.php
+++ b/tests/app/Census/CensusOfEngland1881Test.php
@@ -29,7 +29,7 @@ class CensusOfEngland1881Test extends \PHPUnit_Framework_TestCase {
$census = new CensusOfEngland1881;
$this->assertSame('England', $census->censusPlace());
- $this->assertSame('03 MAR 1881', $census->censusDate());
+ $this->assertSame('03 APR 1881', $census->censusDate());
}
/**
diff --git a/tests/app/Census/CensusOfEngland1891Test.php b/tests/app/Census/CensusOfEngland1891Test.php
index 812dd538b3..e122208967 100644
--- a/tests/app/Census/CensusOfEngland1891Test.php
+++ b/tests/app/Census/CensusOfEngland1891Test.php
@@ -29,7 +29,7 @@ class CensusOfEngland1891Test extends \PHPUnit_Framework_TestCase {
$census = new CensusOfEngland1891;
$this->assertSame('England', $census->censusPlace());
- $this->assertSame('05 MAR 1891', $census->censusDate());
+ $this->assertSame('05 APR 1891', $census->censusDate());
}
/**
diff --git a/tests/app/Census/CensusOfEngland1911Test.php b/tests/app/Census/CensusOfEngland1911Test.php
index 23fa00e113..8e20e50ca2 100644
--- a/tests/app/Census/CensusOfEngland1911Test.php
+++ b/tests/app/Census/CensusOfEngland1911Test.php
@@ -29,7 +29,7 @@ class CensusOfEngland1911Test extends \PHPUnit_Framework_TestCase {
$census = new CensusOfEngland1911;
$this->assertSame('England', $census->censusPlace());
- $this->assertSame('02 MAR 1911', $census->censusDate());
+ $this->assertSame('02 APR 1911', $census->censusDate());
}
/**
diff --git a/tests/app/Census/CensusOfScotland1861Test.php b/tests/app/Census/CensusOfScotland1861Test.php
index fada3c6a03..2edd29b6c7 100644
--- a/tests/app/Census/CensusOfScotland1861Test.php
+++ b/tests/app/Census/CensusOfScotland1861Test.php
@@ -29,7 +29,7 @@ class CensusOfScotland1861Test extends \PHPUnit_Framework_TestCase {
$census = new CensusOfScotland1861;
$this->assertSame('Scotland', $census->censusPlace());
- $this->assertSame('07 MAR 1861', $census->censusDate());
+ $this->assertSame('07 APR 1861', $census->censusDate());
}
/**
diff --git a/tests/app/Census/CensusOfScotland1871Test.php b/tests/app/Census/CensusOfScotland1871Test.php
index f4f0d84f35..a4331381de 100644
--- a/tests/app/Census/CensusOfScotland1871Test.php
+++ b/tests/app/Census/CensusOfScotland1871Test.php
@@ -29,7 +29,7 @@ class CensusOfScotland1871Test extends \PHPUnit_Framework_TestCase {
$census = new CensusOfScotland1871;
$this->assertSame('Scotland', $census->censusPlace());
- $this->assertSame('02 MAR 1871', $census->censusDate());
+ $this->assertSame('02 APR 1871', $census->censusDate());
}
/**
diff --git a/tests/app/Census/CensusOfScotland1881Test.php b/tests/app/Census/CensusOfScotland1881Test.php
index 69734512c1..fd31075351 100644
--- a/tests/app/Census/CensusOfScotland1881Test.php
+++ b/tests/app/Census/CensusOfScotland1881Test.php
@@ -29,7 +29,7 @@ class CensusOfScotland1881Test extends \PHPUnit_Framework_TestCase {
$census = new CensusOfScotland1881;
$this->assertSame('Scotland', $census->censusPlace());
- $this->assertSame('03 MAR 1881', $census->censusDate());
+ $this->assertSame('03 APR 1881', $census->censusDate());
}
/**
diff --git a/tests/app/Census/CensusOfScotland1891Test.php b/tests/app/Census/CensusOfScotland1891Test.php
index 8aefd05c75..17cb8493f0 100644
--- a/tests/app/Census/CensusOfScotland1891Test.php
+++ b/tests/app/Census/CensusOfScotland1891Test.php
@@ -29,7 +29,7 @@ class CensusOfScotland1891Test extends \PHPUnit_Framework_TestCase {
$census = new CensusOfScotland1891;
$this->assertSame('Scotland', $census->censusPlace());
- $this->assertSame('05 MAR 1891', $census->censusDate());
+ $this->assertSame('05 APR 1891', $census->censusDate());
}
/**
diff --git a/tests/app/Census/CensusOfScotland1911Test.php b/tests/app/Census/CensusOfScotland1911Test.php
index 327fc0847d..c4ddd3900e 100644
--- a/tests/app/Census/CensusOfScotland1911Test.php
+++ b/tests/app/Census/CensusOfScotland1911Test.php
@@ -29,7 +29,7 @@ class CensusOfScotland1911Test extends \PHPUnit_Framework_TestCase {
$census = new CensusOfScotland1911;
$this->assertSame('Scotland', $census->censusPlace());
- $this->assertSame('02 MAR 1911', $census->censusDate());
+ $this->assertSame('02 APR 1911', $census->censusDate());
}
/**
diff --git a/tests/app/Census/CensusOfWales1861Test.php b/tests/app/Census/CensusOfWales1861Test.php
index 514a91d95a..0386f3ef35 100644
--- a/tests/app/Census/CensusOfWales1861Test.php
+++ b/tests/app/Census/CensusOfWales1861Test.php
@@ -29,7 +29,7 @@ class CensusOfWales1861Test extends \PHPUnit_Framework_TestCase {
$census = new CensusOfWales1861;
$this->assertSame('Wales', $census->censusPlace());
- $this->assertSame('07 MAR 1861', $census->censusDate());
+ $this->assertSame('07 APR 1861', $census->censusDate());
}
/**
diff --git a/tests/app/Census/CensusOfWales1871Test.php b/tests/app/Census/CensusOfWales1871Test.php
index 92c91ef8c0..b679fc914e 100644
--- a/tests/app/Census/CensusOfWales1871Test.php
+++ b/tests/app/Census/CensusOfWales1871Test.php
@@ -29,7 +29,7 @@ class CensusOfWales1871Test extends \PHPUnit_Framework_TestCase {
$census = new CensusOfWales1871;
$this->assertSame('Wales', $census->censusPlace());
- $this->assertSame('02 MAR 1871', $census->censusDate());
+ $this->assertSame('02 APR 1871', $census->censusDate());
}
/**
diff --git a/tests/app/Census/CensusOfWales1881Test.php b/tests/app/Census/CensusOfWales1881Test.php
index 67e61555ec..6de87b2277 100644
--- a/tests/app/Census/CensusOfWales1881Test.php
+++ b/tests/app/Census/CensusOfWales1881Test.php
@@ -29,7 +29,7 @@ class CensusOfWales1881Test extends \PHPUnit_Framework_TestCase {
$census = new CensusOfWales1881;
$this->assertSame('Wales', $census->censusPlace());
- $this->assertSame('03 MAR 1881', $census->censusDate());
+ $this->assertSame('03 APR 1881', $census->censusDate());
}
/**
diff --git a/tests/app/Census/CensusOfWales1891Test.php b/tests/app/Census/CensusOfWales1891Test.php
index 5eae21df89..45c353e62f 100644
--- a/tests/app/Census/CensusOfWales1891Test.php
+++ b/tests/app/Census/CensusOfWales1891Test.php
@@ -29,7 +29,7 @@ class CensusOfWales1891Test extends \PHPUnit_Framework_TestCase {
$census = new CensusOfWales1891;
$this->assertSame('Wales', $census->censusPlace());
- $this->assertSame('05 MAR 1891', $census->censusDate());
+ $this->assertSame('05 APR 1891', $census->censusDate());
}
/**
diff --git a/tests/app/Census/CensusOfWales1911Test.php b/tests/app/Census/CensusOfWales1911Test.php
index 8ab4879fb5..e52b147a8e 100644
--- a/tests/app/Census/CensusOfWales1911Test.php
+++ b/tests/app/Census/CensusOfWales1911Test.php
@@ -29,7 +29,7 @@ class CensusOfWales1911Test extends \PHPUnit_Framework_TestCase {
$census = new CensusOfWales1911;
$this->assertSame('Wales', $census->censusPlace());
- $this->assertSame('02 MAR 1911', $census->censusDate());
+ $this->assertSame('02 APR 1911', $census->censusDate());
}
/**