讨论数量: 0
    
  
     L07 Laravel 教程 -  Laravel TDD 测试实战
    /
    
  
  
          
本节我们来为赞同功能增加一个逻辑限定:不能重复赞同相同的问题。
依旧是从新增测试开始:
tests/Feature/Answers/UpVotesTest.php
    .
    .
    .
    /** @test */
    public function can_vote_up_only_once()
    {
        $this-&g...
              本文章首发在 LearnKu.com 网站上。
 请登录