setUp() публичный Метод

Set up the test environment.
public setUp ( )
 public function setUp()
 {
     parent::setUp();
     $this->guzzle = m::mock(Guzzle::class);
     $this->client = new GoogleTranslateApi($this->app, $this->guzzle);
 }