@@ -7,9 +7,9 @@ |
||
7 | 7 | require __DIR__ . '/../vendor/autoload.php'; |
8 | 8 | |
9 | 9 | try { |
10 | - $dotenv = (new \Dotenv\Dotenv(__DIR__ . '/../'))->load(); |
|
10 | + $dotenv = (new \Dotenv\Dotenv(__DIR__ . '/../'))->load(); |
|
11 | 11 | } catch (\Dotenv\Exception\InvalidPathException $e) { |
12 | - // |
|
12 | + // |
|
13 | 13 | } |
14 | 14 | |
15 | 15 | $app = new \Slim\App([ |
@@ -5,10 +5,10 @@ |
||
5 | 5 | */ |
6 | 6 | class UserTest extends \PHPUnit\Framework\TestCase |
7 | 7 | { |
8 | - public function testThatWeCanGetEmail() |
|
9 | - { |
|
10 | - // $user = \App\Models\User::find(1); |
|
11 | - // $this->assertEquals($user->email, '[email protected]'); |
|
12 | - $this->assertTrue(true); |
|
13 | - } |
|
8 | + public function testThatWeCanGetEmail() |
|
9 | + { |
|
10 | + // $user = \App\Models\User::find(1); |
|
11 | + // $this->assertEquals($user->email, '[email protected]'); |
|
12 | + $this->assertTrue(true); |
|
13 | + } |
|
14 | 14 | } |
15 | 15 | \ No newline at end of file |
@@ -5,8 +5,8 @@ |
||
5 | 5 | */ |
6 | 6 | class SampleTest extends \PHPUnit\Framework\TestCase |
7 | 7 | { |
8 | - public function testTrueAssertsToTrue() |
|
9 | - { |
|
10 | - $this->assertTrue(true); |
|
11 | - } |
|
8 | + public function testTrueAssertsToTrue() |
|
9 | + { |
|
10 | + $this->assertTrue(true); |
|
11 | + } |
|
12 | 12 | } |
13 | 13 | \ No newline at end of file |