PHPackages                             centire/laravel-test-assertions - 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. centire/laravel-test-assertions

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

centire/laravel-test-assertions
===============================

A set of helpful assertions when testing Laravel applications.

1.1.0(5y ago)0925MITPHPPHP &gt;=7.2

Since Jun 25Pushed 5y agoCompare

[ Source](https://github.com/niveshsaharan/laravel-test-assertions)[ Packagist](https://packagist.org/packages/centire/laravel-test-assertions)[ RSS](/packages/centire-laravel-test-assertions/feed)WikiDiscussions centire Synced 3d ago

READMEChangelog (1)Dependencies (2)Versions (12)Used By (0)

Laravel Test Assertions
=======================

[](#laravel-test-assertions)

A set of helpful assertions when testing Laravel applications.

Requirements
------------

[](#requirements)

Your application must be running the latest LTS version (5.5) or higher and using [Laravel's testing harness](https://laravel.com/docs/testing).

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

[](#installation)

You may install these assertions with Composer by running:

```
composer require --dev centire/laravel-test-assertions
```

Afterwards, add the trait to your base `TestCase` class:

```
