Skip to content

学习使用 eloquent,使用 phpunit 直接练习

Notifications You must be signed in to change notification settings

lingxi/learn-eloquent

Repository files navigation

使用

git clone https://github.com/RryLee/learn-eloquent-sql.git

composer install

完成代码之后
注释掉 $this->markTestSkipped();

phpunit

数据结构以及准备

用户 user - id, name, email
文章 post - id, title, body
评论 comment - id, user_id, post_id, comment

问题

  • 获取发表过文章的用户数量
  • 获取有过评论,并且评论内容前缀为 __test 的用户数量
  • 获取所有文章以及它的评论数量,并且按评论数量排序

补充

有时间,有好的例子我都会及时更新,欢迎关注。

About

学习使用 eloquent,使用 phpunit 直接练习

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages