PHPackages                             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. [Framework](/categories/framework)
4. /
5. laravel/browser-kit-testing

ActiveLibrary[Framework](/categories/framework)

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

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

v7.2.8(2mo ago)5139.4M—9.6%7220MITPHPPHP ^8.2CI failing

Since Dec 6Pushed 2mo ago23 watchersCompare

[ Source](https://github.com/laravel/browser-kit-testing)[ Packagist](https://packagist.org/packages/laravel/browser-kit-testing)[ RSS](/packages/laravel-browser-kit-testing/feed)WikiDiscussions 7.x Synced 1mo ago

READMEChangelog (10)Dependencies (20)Versions (49)Used By (20)

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

[](#laravel-browserkit-testing)

[![Build Status](https://github.com/laravel/browser-kit-testing/workflows/tests/badge.svg)](https://github.com/laravel/browser-kit-testing/actions)[![Total Downloads](https://camo.githubusercontent.com/25cb72e0abe4e82f91dae63f0e9d01ba79a56b37a2c52495fbfe7142d67deebd/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6c61726176656c2f62726f777365722d6b69742d74657374696e67)](https://packagist.org/packages/laravel/browser-kit-testing)[![Latest Stable Version](https://camo.githubusercontent.com/99ca92ce6f6ceeb4c32ca88ae734044f365b881047762c3e461f3d900405f2c4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6c61726176656c2f62726f777365722d6b69742d74657374696e67)](https://packagist.org/packages/laravel/browser-kit-testing)[![License](https://camo.githubusercontent.com/1d29da53685acc4417619c34ebbd958a9b40af7aa53de13612dbe99155988a67/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6c61726176656c2f62726f777365722d6b69742d74657374696e67)](https://packagist.org/packages/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 laravel/browser-kit-testing --dev

```

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

```
