Conditions | 1 |
Paths | 1 |
Total Lines | 10 |
Code Lines | 3 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
9 | public function testAuthIdentifier() |
||
10 | { |
||
11 | //TODO: write a real test |
||
12 | //$authIdentity = factory(\App\Models\User::class)->make(); |
||
13 | |||
14 | $this->assertDatabaseMissing('users', [ |
||
15 | 'email' => '[email protected]' |
||
16 | ]); |
||
17 | |||
18 | $this->assertEquals('123','123'); |
||
19 | } |
||
21 |