讨论数量: 0
L07 Laravel 教程 - Laravel TDD 测试实战
/
本节我们来完成「通知」的功能:当在评论当中提到某个用户时,该用户会收到一条通知。
依然还是从测试出发:
tests/Feature/Comments/MentionUsersTest.php
<?php
namespace Tests\Feature\Comments ;
use App\Models\Question;
use App\Models\User;
use Illuminate\Foundation\Testing\RefreshDatabase;
use Carbon\Carbon;
use Tests\TestCase;
class
本文章首发在 LearnKu.com 网站上。
粤ICP备18099781号-6
|
粤公网安备 44030502004330号
|
违法和不良信息举报
由 Summer 设计和编码 ❤