Download the PHP package nox0121/laravel-testing-kit without Composer
On this page you can find all versions of the php package nox0121/laravel-testing-kit. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package laravel-testing-kit
Laravel Testing Kit
這個套件整理了一些測試用的 Traits,用來輔助測試。
安裝方式
composer require nox0121/laravel-testing-kit
使用方法
use Nox0121\LaravelTestingKit\Traits\AssertHttpRequestTrait;
class ControllerTest extends TestCase
{
use AssertHttpRequestTrait;
}
All versions of laravel-testing-kit with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.6.0
The package nox0121/laravel-testing-kit contains the following files
Loading the files please wait ....