Laravel Test Helpers
August 10, 2013 ยท View on GitHub
This package eases the process of writing tests for a Laravel application by offering:
- A Factory utility (quickly create and populate models)
- Model test helpers (
assertValid,assertBelongsTo, etc.) - Controller test helpers (
assertSee) AssertandShouldPHPUnit wrappers
Installation
As usual, install this package through Composer.
"require-dev": {
"way/laravel-test-helpers": "dev-master"
}
Please note that this package requires Mockery.