Fix tests broken by bad namespaces

This commit is contained in:
Dane Everitt
2018-09-03 15:59:30 -07:00
parent 44a00c3957
commit f9542c98e2
4 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
<?php
namespace Tests\Traits;
namespace Tests\Traits\Http;
use Illuminate\Http\Response;
use Illuminate\Foundation\Testing\TestResponse;