Update tests so repositories are not called. Saves on DB calls, speeds up tests.

This commit is contained in:
James Cole
2018-09-04 09:52:19 +02:00
parent 46ba0a5a5a
commit 07edbe758a
111 changed files with 1524 additions and 98 deletions

View File

@@ -32,6 +32,7 @@ use Illuminate\Support\Collection;
use Route;
use Symfony\Component\HttpFoundation\Response;
use Tests\TestCase;
use Log;
/**
* Class BinderTest
@@ -51,6 +52,7 @@ class BinderTest extends TestCase
return 'OK';
}
);
Log::info(sprintf('Now in %s.', \get_class($this)));
$this->be($this->user());
$response = $this->get('/_test/binder/1');