讨论数量: 0
L07 Laravel 教程 - Laravel TDD 测试实战
/
现在我们的关注功能完成了一半,剩下的一半是:当关注的问题有新的回答时,关注者会收到通知。
我们从添加测试开始:
tests/Feature/NotificationsTest.php
<?php
namespace Tests\Feature;
use App\Models\Question;
use App\Models\User;
use Illuminate\Foundation\Testing\RefreshDatabase;
use Tests\TestCase;
class NotificationsTest
本文章首发在 LearnKu.com 网站上。
粤ICP备18099781号-6
|
粤公网安备 44030502004330号
|
违法和不良信息举报
由 Summer 设计和编码 ❤