weixin_39953845 2020-11-30 11:36
浏览 0

Tests Generator

This pull request includes foundational components for testing your application by generating model factories, HTTP tests, unit tests, and test case stubs for common code paths.

Before merging, you need to:

  • Checkout the shift-19352 branch
  • Run composer install
  • Run vendor/bin/phpunit
  • Review the incomplete tests

该提问来源于开源项目:FTXInfotech/laravel-adminpanel

  • 写回答

7条回答 默认 最新

  • weixin_39953845 2020-11-30 11:36
    关注

    :warning: Shift could not verify the following core testing files since they differed from the default Laravel version. You should compare these files against the Laravel 6.0 versions to review any differences:

    • [ ] phpunit.xml
    • [ ] tests/TestCase.php
    评论

报告相同问题?