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.
我正在使用 Netbeans 生成 PHP 单元测试,而 CodeSniffer 不喜欢生成的模板,因为它不是 Zend 标准。如何让 PHP 单元测试模板生成 Zend 标准模板,这样它就不会引发所有这些违规行为?
骨架生成是 PHPUnit 源代码的一部分。我认为您需要对项目进行 fork,然后根据需要修改骨架生成,然后使用您的 fork。