Test Failed
Push — master ( 978519...9fcdf4 )
by Joe
02:26
created
tests/CpanelTest.php 1 patch
Braces   +21 added lines, -42 removed lines patch added patch discarded remove patch
@@ -14,8 +14,7 @@  discard block
 block discarded – undo
14 14
 	 * Sets up the fixture, for example, opens a network connection.
15 15
 	 * This method is called before a test is executed.
16 16
 	 */
17
-	protected function setUp()
18
-	{
17
+	protected function setUp() {
19 18
 		$this->object = new Cpanel;
20 19
 	}
21 20
 
@@ -23,16 +22,14 @@  discard block
 block discarded – undo
23 22
 	 * Tears down the fixture, for example, closes a network connection.
24 23
 	 * This method is called after a test is executed.
25 24
 	 */
26
-	protected function tearDown()
27
-	{
25
+	protected function tearDown() {
28 26
 	}
29 27
 
30 28
 	/**
31 29
 	 * @covers Detain\Cpanel\Cpanel::setopt
32 30
 	 * @todo   Implement testSetopt().
33 31
 	 */
34
-	public function testSetopt()
35
-	{
32
+	public function testSetopt() {
36 33
 		// Remove the following lines when you implement this test.
37 34
 		$this->markTestIncomplete(
38 35
 			'This test has not been implemented yet.'
@@ -43,8 +40,7 @@  discard block
 block discarded – undo
43 40
 	 * @covers Detain\Cpanel\Cpanel::setCredentials
44 41
 	 * @todo   Implement testSetCredentials().
45 42
 	 */
46
-	public function testSetCredentials()
47
-	{
43
+	public function testSetCredentials() {
48 44
 		// Remove the following lines when you implement this test.
49 45
 		$this->markTestIncomplete(
50 46
 			'This test has not been implemented yet.'
@@ -55,8 +51,7 @@  discard block
 block discarded – undo
55 51
 	 * @covers Detain\Cpanel\Cpanel::set_format
56 52
 	 * @todo   Implement testSet_format().
57 53
 	 */
58
-	public function testSet_format()
59
-	{
54
+	public function testSet_format() {
60 55
 		// Remove the following lines when you implement this test.
61 56
 		$this->markTestIncomplete(
62 57
 			'This test has not been implemented yet.'
@@ -67,8 +62,7 @@  discard block
 block discarded – undo
67 62
 	 * @covers Detain\Cpanel\Cpanel::reactivateLicense
68 63
 	 * @todo   Implement testReactivateLicense().
69 64
 	 */
70
-	public function testReactivateLicense()
71
-	{
65
+	public function testReactivateLicense() {
72 66
 		// Remove the following lines when you implement this test.
73 67
 		$this->markTestIncomplete(
74 68
 			'This test has not been implemented yet.'
@@ -79,8 +73,7 @@  discard block
 block discarded – undo
79 73
 	 * @covers Detain\Cpanel\Cpanel::expireLicense
80 74
 	 * @todo   Implement testExpireLicense().
81 75
 	 */
82
-	public function testExpireLicense()
83
-	{
76
+	public function testExpireLicense() {
84 77
 		// Remove the following lines when you implement this test.
85 78
 		$this->markTestIncomplete(
86 79
 			'This test has not been implemented yet.'
@@ -91,8 +84,7 @@  discard block
 block discarded – undo
91 84
 	 * @covers Detain\Cpanel\Cpanel::extendOnetimeUpdates
92 85
 	 * @todo   Implement testExtendOnetimeUpdates().
93 86
 	 */
94
-	public function testExtendOnetimeUpdates()
95
-	{
87
+	public function testExtendOnetimeUpdates() {
96 88
 		// Remove the following lines when you implement this test.
97 89
 		$this->markTestIncomplete(
98 90
 			'This test has not been implemented yet.'
@@ -103,8 +95,7 @@  discard block
 block discarded – undo
103 95
 	 * @covers Detain\Cpanel\Cpanel::changeip
104 96
 	 * @todo   Implement testChangeip().
105 97
 	 */
106
-	public function testChangeip()
107
-	{
98
+	public function testChangeip() {
108 99
 		// Remove the following lines when you implement this test.
109 100
 		$this->markTestIncomplete(
110 101
 			'This test has not been implemented yet.'
@@ -115,8 +106,7 @@  discard block
 block discarded – undo
115 106
 	 * @covers Detain\Cpanel\Cpanel::requestTransfer
116 107
 	 * @todo   Implement testRequestTransfer().
117 108
 	 */
118
-	public function testRequestTransfer()
119
-	{
109
+	public function testRequestTransfer() {
120 110
 		// Remove the following lines when you implement this test.
121 111
 		$this->markTestIncomplete(
122 112
 			'This test has not been implemented yet.'
@@ -127,8 +117,7 @@  discard block
 block discarded – undo
127 117
 	 * @covers Detain\Cpanel\Cpanel::activateLicense
128 118
 	 * @todo   Implement testActivateLicense().
129 119
 	 */
130
-	public function testActivateLicense()
131
-	{
120
+	public function testActivateLicense() {
132 121
 		// Remove the following lines when you implement this test.
133 122
 		$this->markTestIncomplete(
134 123
 			'This test has not been implemented yet.'
@@ -139,8 +128,7 @@  discard block
 block discarded – undo
139 128
 	 * @covers Detain\Cpanel\Cpanel::addPickupPass
140 129
 	 * @todo   Implement testAddPickupPass().
141 130
 	 */
142
-	public function testAddPickupPass()
143
-	{
131
+	public function testAddPickupPass() {
144 132
 		// Remove the following lines when you implement this test.
145 133
 		$this->markTestIncomplete(
146 134
 			'This test has not been implemented yet.'
@@ -151,8 +139,7 @@  discard block
 block discarded – undo
151 139
 	 * @covers Detain\Cpanel\Cpanel::registerAuth
152 140
 	 * @todo   Implement testRegisterAuth().
153 141
 	 */
154
-	public function testRegisterAuth()
155
-	{
142
+	public function testRegisterAuth() {
156 143
 		// Remove the following lines when you implement this test.
157 144
 		$this->markTestIncomplete(
158 145
 			'This test has not been implemented yet.'
@@ -163,8 +150,7 @@  discard block
 block discarded – undo
163 150
 	 * @covers Detain\Cpanel\Cpanel::fetchGroups
164 151
 	 * @todo   Implement testFetchGroups().
165 152
 	 */
166
-	public function testFetchGroups()
167
-	{
153
+	public function testFetchGroups() {
168 154
 		// Remove the following lines when you implement this test.
169 155
 		$this->markTestIncomplete(
170 156
 			'This test has not been implemented yet.'
@@ -175,8 +161,7 @@  discard block
 block discarded – undo
175 161
 	 * @covers Detain\Cpanel\Cpanel::fetchLicenseRiskData
176 162
 	 * @todo   Implement testFetchLicenseRiskData().
177 163
 	 */
178
-	public function testFetchLicenseRiskData()
179
-	{
164
+	public function testFetchLicenseRiskData() {
180 165
 		// Remove the following lines when you implement this test.
181 166
 		$this->markTestIncomplete(
182 167
 			'This test has not been implemented yet.'
@@ -187,8 +172,7 @@  discard block
 block discarded – undo
187 172
 	 * @covers Detain\Cpanel\Cpanel::fetchLicenseRaw
188 173
 	 * @todo   Implement testFetchLicenseRaw().
189 174
 	 */
190
-	public function testFetchLicenseRaw()
191
-	{
175
+	public function testFetchLicenseRaw() {
192 176
 		// Remove the following lines when you implement this test.
193 177
 		$this->markTestIncomplete(
194 178
 			'This test has not been implemented yet.'
@@ -199,8 +183,7 @@  discard block
 block discarded – undo
199 183
 	 * @covers Detain\Cpanel\Cpanel::fetchLicenseId
200 184
 	 * @todo   Implement testFetchLicenseId().
201 185
 	 */
202
-	public function testFetchLicenseId()
203
-	{
186
+	public function testFetchLicenseId() {
204 187
 		// Remove the following lines when you implement this test.
205 188
 		$this->markTestIncomplete(
206 189
 			'This test has not been implemented yet.'
@@ -211,8 +194,7 @@  discard block
 block discarded – undo
211 194
 	 * @covers Detain\Cpanel\Cpanel::fetchPackages
212 195
 	 * @todo   Implement testFetchPackages().
213 196
 	 */
214
-	public function testFetchPackages()
215
-	{
197
+	public function testFetchPackages() {
216 198
 		// Remove the following lines when you implement this test.
217 199
 		$this->markTestIncomplete(
218 200
 			'This test has not been implemented yet.'
@@ -223,8 +205,7 @@  discard block
 block discarded – undo
223 205
 	 * @covers Detain\Cpanel\Cpanel::fetchLicenses
224 206
 	 * @todo   Implement testFetchLicenses().
225 207
 	 */
226
-	public function testFetchLicenses()
227
-	{
208
+	public function testFetchLicenses() {
228 209
 		// Remove the following lines when you implement this test.
229 210
 		$this->markTestIncomplete(
230 211
 			'This test has not been implemented yet.'
@@ -235,8 +216,7 @@  discard block
 block discarded – undo
235 216
 	 * @covers Detain\Cpanel\Cpanel::fetchExpiredLicenses
236 217
 	 * @todo   Implement testFetchExpiredLicenses().
237 218
 	 */
238
-	public function testFetchExpiredLicenses()
239
-	{
219
+	public function testFetchExpiredLicenses() {
240 220
 		// Remove the following lines when you implement this test.
241 221
 		$this->markTestIncomplete(
242 222
 			'This test has not been implemented yet.'
@@ -247,8 +227,7 @@  discard block
 block discarded – undo
247 227
 	 * @covers Detain\Cpanel\Cpanel::findKey
248 228
 	 * @todo   Implement testFindKey().
249 229
 	 */
250
-	public function testFindKey()
251
-	{
230
+	public function testFindKey() {
252 231
 		// Remove the following lines when you implement this test.
253 232
 		$this->markTestIncomplete(
254 233
 			'This test has not been implemented yet.'
Please login to merge, or discard this patch.