seregazhuk\tests\Bot\ProvidersContainerTest::setUp PHP Method

setUp() public method

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);
    }