Passed
Push — release-2.x ( 6919af...e7ff42 )
by Slye
01:51
created
tests/TestCase.php 1 patch
Indentation   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -4,15 +4,15 @@
 block discarded – undo
4 4
 
5 5
 abstract class TestCase extends \PHPUnit\Framework\TestCase
6 6
 {
7
-    /**
8
-     * The base URL to use while testing the project.
9
-     *
10
-     * @var string
11
-     */
12
-    protected $baseUrl = 'http://localhost';
7
+	/**
8
+	 * The base URL to use while testing the project.
9
+	 *
10
+	 * @var string
11
+	 */
12
+	protected $baseUrl = 'http://localhost';
13 13
 
14
-    public function setUp()
15
-    {
16
-        parent::setUp();
17
-    }
14
+	public function setUp()
15
+	{
16
+		parent::setUp();
17
+	}
18 18
 }
Please login to merge, or discard this patch.