Looking to hire Laravel developers? Try LaraJobs

laravel-testing-kit maintained by nox0121

Description
A Laravel Testing Kit Package
Author
Last update
2017/11/09 03:26 (dev-master)
License
Links
Downloads
331
Tags

Comments
comments powered by Disqus

Laravel Testing Kit

這個套件整理了一些測試用的 Traits,用來輔助測試。

安裝方式

composer require nox0121/laravel-testing-kit

使用方法

use Nox0121\LaravelTestingKit\Traits\AssertHttpRequestTrait;

class ControllerTest extends TestCase
{
	use AssertHttpRequestTrait;
}