Passed
Push — master ( e58eb0...736cd1 )
by
unknown
01:18
created
tests/CaptchaTest.php 1 patch
Indentation   +18 added lines, -18 removed lines patch added patch discarded remove patch
@@ -7,24 +7,24 @@
 block discarded – undo
7 7
 
8 8
 class CaptchaTest extends TestCase
9 9
 {
10
-	/**
11
-	 * @var Captcha
12
-	 */
13
-	private $captcha;
10
+    /**
11
+     * @var Captcha
12
+     */
13
+    private $captcha;
14 14
 
15
-	/**
16
-	 * setUp
17
-	 */
18
-	public function setUp()
19
-	{
20
-		$this->captcha = new Captcha();
21
-	}
15
+    /**
16
+     * setUp
17
+     */
18
+    public function setUp()
19
+    {
20
+        $this->captcha = new Captcha();
21
+    }
22 22
 
23
-	/**
24
-	 * Test captcha image.
25
-	 */
26
-	public function testCaptcha()
27
-	{
28
-		$this->assertTrue($this->captcha instanceof Captcha);
29
-	}
23
+    /**
24
+     * Test captcha image.
25
+     */
26
+    public function testCaptcha()
27
+    {
28
+        $this->assertTrue($this->captcha instanceof Captcha);
29
+    }
30 30
 }
31 31
\ No newline at end of file
Please login to merge, or discard this patch.