addProvider(new Company($faker)); $this->faker = $faker; } public function testCompany() { $company = $this->faker->companyField; $this->assertNotNull($company); } }