贡献者:2
讨论数量: 0
L07 Laravel 教程 - Laravel TDD
/
本节我们补充改未登录用户不能进行发布问题的逻辑。
依旧从新增测试开始:
tests/Feature/PostAnswersTest.php
<?php
namespace Tests\Feature;
use App\Question;
use App\User;
use Illuminate\Foundation\Testing\RefreshDatabase;
use Illuminate\Foundation\Testing\WithFaker;
use Tests\TestCase;
class PostAnswersTest
本文章首发在 LearnKu.com 网站上。
粤ICP备18099781号-6
|
粤公网安备 44030502004330号
|
违法和不良信息举报
由 Summer 设计和编码 ❤