Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在修复php-activerecords并希望确保我的修复不会破坏构建。我想运行已经编写好的测试用例,但必须知道如何去做。
这应该这样做:
phpunit -c phpunit.xml test/
查看.travis.yml文件以了解要设置的其他内容(主要是数据库连接)。