laravel:controller-tests

安装量: 34
排名: #19950

安装

npx skills add https://github.com/jpcaparas/superpowers-laravel --skill laravel:controller-tests

Controller Tests Feature tests for endpoints it ( 'rejects empty email' , function ( ) { $this -> post ( '/register' , [ 'email' => '' ] ) -> assertSessionHasErrors ( 'email' ) ; } ) ; Better tests Move validation to Form Requests; assert errors from the request class Extract business logic into Actions; unit test them directly Use factories for realistic data; avoid heavy mocking

返回排行榜