44
55class HostTest extends \PHPUnit_Framework_TestCase
66{
7- /**
8- * @dataProvider hostDataProvider
9- *
10- * @param $publicSuffix
11- * @param $registerableDomain
12- * @param $subdomain
13- * @param $hostPart
14- */
7+ /**
8+ * @dataProvider hostDataProvider
9+ *
10+ * @param $publicSuffix
11+ * @param $registerableDomain
12+ * @param $subdomain
13+ * @param $hostPart
14+ */
1515 public function test__toString ($ publicSuffix , $ registerableDomain , $ subdomain , $ hostPart )
1616 {
1717 $ host = new Host (
@@ -35,14 +35,14 @@ public function test__toStringWhenHostPartIsNull()
3535 $ this ->assertEquals ('www.example.com ' , $ host ->__toString ());
3636 }
3737
38- /**
39- * @dataProvider hostDataProvider
40- *
41- * @param $publicSuffix
42- * @param $registerableDomain
43- * @param $subdomain
44- * @param $hostPart
45- */
38+ /**
39+ * @dataProvider hostDataProvider
40+ *
41+ * @param $publicSuffix
42+ * @param $registerableDomain
43+ * @param $subdomain
44+ * @param $hostPart
45+ */
4646 public function test__get ($ publicSuffix , $ registerableDomain , $ subdomain , $ hostPart )
4747 {
4848 $ parts = array (
@@ -65,14 +65,14 @@ public function test__get($publicSuffix, $registerableDomain, $subdomain, $hostP
6565 $ this ->assertEquals ($ parts ['publicSuffix ' ], $ host ->getPublicSuffix ());
6666 }
6767
68- /**
69- * @dataProvider hostDataProvider
70- *
71- * @param $publicSuffix
72- * @param $registerableDomain
73- * @param $subdomain
74- * @param $hostPart
75- */
68+ /**
69+ * @dataProvider hostDataProvider
70+ *
71+ * @param $publicSuffix
72+ * @param $registerableDomain
73+ * @param $subdomain
74+ * @param $hostPart
75+ */
7676 public function testToArray ($ publicSuffix , $ registerableDomain , $ subdomain , $ hostPart )
7777 {
7878 $ parts = array (
0 commit comments