PHPackages                             webnazakazku/mango-tester-http-mocks - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Testing &amp; Quality](/categories/testing)
4. /
5. webnazakazku/mango-tester-http-mocks

ActiveLibrary[Testing &amp; Quality](/categories/testing)

webnazakazku/mango-tester-http-mocks
====================================

v0.5(1y ago)14.6k↓50%1MITPHPPHP &gt;=8.1

Since Mar 14Pushed 1y ago1 watchersCompare

[ Source](https://github.com/webnazakazku/mango-tester-http-mocks)[ Packagist](https://packagist.org/packages/webnazakazku/mango-tester-http-mocks)[ GitHub Sponsors](https://github.com/petrparolek)[ RSS](/packages/webnazakazku-mango-tester-http-mocks/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (4)Versions (9)Used By (1)

Mango Tester nette/http mocks
=============================

[](#mango-tester-nettehttp-mocks)

[![Build Status](https://github.com/webnazakazku/mango-tester-http-mocks/actions/workflows/main.yaml/badge.svg)](https://github.com/webnazakazku/mango-tester-http-mocks/actions/workflows/main.yaml)

Installation
------------

[](#installation)

The recommended way to install is via Composer:

```
composer require webnazakazku/mango-tester-http-mocks --dev
composer require dg/bypass-finals --dev

```

Usage
-----

[](#usage)

`tests/config/tests.neon`

```
extensions:
	mango.tester.httpMock: Webnazakazku\MangoTester\HttpMocks\Bridges\Infrastructure\HttpExtension

mango.tester.httpMock:
	baseUrl: 'https://test.dev'
	sessionMock: true #or false
```

`tests/bpotstrap.php`

```
