Passed
Push — master ( 397219...75ccd7 )
by
unknown
01:43
created
tests/CaptchaTest.php 1 patch
Indentation   +19 added lines, -19 removed lines patch added patch discarded remove patch
@@ -7,25 +7,25 @@
 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
-		parent::setUp();
21
-		$this->captcha = new Captcha();
22
-	}
15
+    /**
16
+     * setUp
17
+     */
18
+    public function setUp()
19
+    {
20
+        parent::setUp();
21
+        $this->captcha = new Captcha();
22
+    }
23 23
 
24
-	/**
25
-	 * Test captcha image.
26
-	 */
27
-	public function testCaptchaImg()
28
-	{
29
-		$this->assertTrue($this->captcha instanceof Captcha);
30
-	}
24
+    /**
25
+     * Test captcha image.
26
+     */
27
+    public function testCaptchaImg()
28
+    {
29
+        $this->assertTrue($this->captcha instanceof Captcha);
30
+    }
31 31
 }
32 32
\ No newline at end of file
Please login to merge, or discard this patch.