@@ -9,7 +9,7 @@ discard block |
||
| 9 | 9 | /** |
| 10 | 10 | * Test that the Royal edge-case house is correctly defined. |
| 11 | 11 | */ |
| 12 | - public function testRoyalHouseDefined() |
|
| 12 | + public function testRoyalHouseDefined() |
|
| 13 | 13 | { |
| 14 | 14 | $this->assertEquals(0, HOUSE_TYPE_ROYAL); |
| 15 | 15 | } |
@@ -17,7 +17,7 @@ discard block |
||
| 17 | 17 | /** |
| 18 | 18 | * Test that the House of Commons is correctly defined. |
| 19 | 19 | */ |
| 20 | - public function testCommonsHouseDefined() |
|
| 20 | + public function testCommonsHouseDefined() |
|
| 21 | 21 | { |
| 22 | 22 | $this->assertEquals(1, HOUSE_TYPE_COMMONS); |
| 23 | 23 | } |
@@ -25,7 +25,7 @@ discard block |
||
| 25 | 25 | /** |
| 26 | 26 | * Test that the House of Lords is correctly defined. |
| 27 | 27 | */ |
| 28 | - public function testLordsHouseDefined() |
|
| 28 | + public function testLordsHouseDefined() |
|
| 29 | 29 | { |
| 30 | 30 | $this->assertEquals(2, HOUSE_TYPE_LORDS); |
| 31 | 31 | } |
@@ -33,7 +33,7 @@ discard block |
||
| 33 | 33 | /** |
| 34 | 34 | * Test that the Northern Ireland Assembly is correctly defined. |
| 35 | 35 | */ |
| 36 | - public function testNIHouseDefined() |
|
| 36 | + public function testNIHouseDefined() |
|
| 37 | 37 | { |
| 38 | 38 | $this->assertEquals(3, HOUSE_TYPE_NI); |
| 39 | 39 | } |
@@ -41,7 +41,7 @@ discard block |
||
| 41 | 41 | /** |
| 42 | 42 | * Test that the Scottish Parliament is correctly defined. |
| 43 | 43 | */ |
| 44 | - public function testScotlandHouseDefined() |
|
| 44 | + public function testScotlandHouseDefined() |
|
| 45 | 45 | { |
| 46 | 46 | $this->assertEquals(4, HOUSE_TYPE_SCOTLAND); |
| 47 | 47 | } |
@@ -49,7 +49,7 @@ discard block |
||
| 49 | 49 | /** |
| 50 | 50 | * Test that the Assembly for Wales is correctly defined. |
| 51 | 51 | */ |
| 52 | - public function testWalesHouseDefined() |
|
| 52 | + public function testWalesHouseDefined() |
|
| 53 | 53 | { |
| 54 | 54 | $this->assertEquals(5, HOUSE_TYPE_WALES); |
| 55 | 55 | } |