Browse Source

Fix travis warning regarding psr-4 autoloading standard

pull/45/head
Nafies Luthfi 6 years ago
parent
commit
ad05c251ca
  1. 4
      tests/Feature/ChangePasswordTest.php

4
tests/Feature/ChangePasswordTest.php

@ -1,9 +1,9 @@
<?php
namespace Tests\Feature\Auth;
namespace Tests\Feature;
use Tests\TestCase;
use Illuminate\Foundation\Testing\RefreshDatabase;
use Tests\TestCase;
class ChangePasswordTest extends TestCase
{

Loading…
Cancel
Save