PHPackages                             presttec/laravel-browser-kit-testing - 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. presttec/laravel-browser-kit-testing

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

presttec/laravel-browser-kit-testing
====================================

Provides backwards compatibility for BrowserKit testing in the latest Laravel release.

007.002.004.000(11mo ago)02MITPHPPHP ^8.2

Since Jun 8Pushed 11mo agoCompare

[ Source](https://github.com/ramonaoldf/composer-4d673038-7e23-4e27-ac04-77fb4b7204d4)[ Packagist](https://packagist.org/packages/presttec/laravel-browser-kit-testing)[ RSS](/packages/presttec-laravel-browser-kit-testing/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (10)Versions (45)Used By (0)

Laravel BrowserKit Testing
==========================

[](#laravel-browserkit-testing)

[![Build Status](https://github.com/presttec/laravel-browser-kit-testing/workflows/tests/badge.svg)](https://github.com/presttec/laravel-browser-kit-testing/actions)[![Total Downloads](https://camo.githubusercontent.com/f0da8c62bfb9e51d173392998fbd04dc8f45c8d88337799dbdaa42b5e705f35e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f70726573747465632f6c61726176656c2d62726f777365722d6b69742d74657374696e67)](https://packagist.org/packages/presttec/laravel-browser-kit-testing)[![Latest Stable Version](https://camo.githubusercontent.com/63ea26fb9076fae5498f4e889fb002554b82ca552bb20b8d44e42424e37c2fb7/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f70726573747465632f6c61726176656c2d62726f777365722d6b69742d74657374696e67)](https://packagist.org/packages/presttec/laravel-browser-kit-testing)[![License](https://camo.githubusercontent.com/d019ca9b267ac49705d47f2cb6eefe58b73a4253cffc2481b35b527102537a9a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f70726573747465632f6c61726176656c2d62726f777365722d6b69742d74657374696e67)](https://packagist.org/packages/presttec/laravel-browser-kit-testing)

Introduction
------------

[](#introduction)

Laravel BrowserKit Testing provides a very fluent API for making HTTP requests to your application, examining the output, and even filling out forms.

Official Documentation
----------------------

[](#official-documentation)

### Installation

[](#installation)

First, install this package:

```
composer require presttec/laravel-browser-kit-testing --dev

```

Next, modify your application's base `TestCase` class to extend `Laravel\BrowserKitTesting\TestCase` instead of `Illuminate\Foundation\Testing\TestCase`:

```
