Registry / testing / laravel-browser-kit-testing

laravel-browser-kit-testing

JSON →
library7.2.8phppackagistunverified

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

composer require laravel/browser-kit-testing
INSTALL
IMPORT
SIG · LARAVEL-BROWSER-KI
L
laravel-browser-kit-testing
testingphpv7.2.8
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

TestCase
use Laravel\BrowserKitTesting\TestCase;

Extend your test case with BrowserKit testing support.

<?php namespace Tests; use Laravel\BrowserKitTesting\TestCase as BaseTestCase; abstract class TestCase extends BaseTestCase { use CreatesApplication; }
Debug
Known issues
gotchaThis package is for backward compatibility; consider using Laravel's built-in testing features for new projects.
fix
Use Laravel's HTTP testing methods instead of BrowserKit.
affects: >=7.0.0
Upgrade
Version history
7.2.8latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Resources
laravel-browser-kit-testing — pip install laravel-browser-kit-testing · libregistry