seregazhuk\tests\Bot\ProvidersContainerTest::setUp PHP Метод

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

public setUp ( )
    public function setUp()
    {
        $this->response = Mockery::mock(Response::class);
        $this->request = Mockery::mock(Request::class);
        $this->container = new ProvidersContainer($this->request, $this->response);
    }