| Conditions | 1 |
| Paths | 1 |
| Total Lines | 6 |
| Code Lines | 2 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 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 | } |
You can fix this by adding a namespace to your class:
When choosing a vendor namespace, try to pick something that is not too generic to avoid conflicts with other libraries.