fixed tests

This commit is contained in:
denisdulici
2019-12-22 18:57:04 +03:00
parent e82f948353
commit 15650d3d6b
3 changed files with 29 additions and 28 deletions

View File

@ -19,6 +19,8 @@ abstract class FeatureTestCase extends TestCase
{
parent::setUp();
$this->withoutExceptionHandling();
$this->faker = Factory::create();
$this->user = User::first();
$this->company = $this->user->companies()->first();