@@ -4,15 +4,15 @@ |
||
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 | } |