Files
shipping-portal/tests/Unit/PasswordTest.php
T
Martin Kiragu 0b433cfa18 ed debug
2023-01-19 09:39:16 +03:00

21 lines
294 B
PHP

<?php
namespace Tests\Unit;
use Tests\TestCase;
class PasswordTest extends TestCase
{
/**
* A basic feature test example.
*
* @return void
*/
public function test_example()
{
$response = $this->get('/');
$response->assertStatus(200);
}
}