PHP单元测试利器 PHPUNIT深入用法(三)第1/2页(6)

PHP单元测试利器 PHPUNIT深入用法(三)第1/2页

/**

PHP单元测试利器 PHPUNIT深入用法(三)第1/2页

     * @covers SampleClass::publicMethod

PHP单元测试利器 PHPUNIT深入用法(三)第1/2页

     * @covers SampleClass::<!public>

PHP单元测试利器 PHPUNIT深入用法(三)第1/2页

     * @covers HelperClass<extended>

PHP单元测试利器 PHPUNIT深入用法(三)第1/2页

    
*/

PHP单元测试利器 PHPUNIT深入用法(三)第1/2页

    
publicfunction testMethod()

PHP单元测试利器 PHPUNIT深入用法(三)第1/2页

    {

PHP单元测试利器 PHPUNIT深入用法(三)第1/2页

        
$result= SampleClass::method();

PHP单元测试利器 PHPUNIT深入用法(三)第1/2页

}

PHP单元测试利器 PHPUNIT深入用法(三)第1/2页

  则phpunit只为SampleClass类中的publicMethod方法、SampleClass类中的所有非public声明的方法和HelperClass类或者它的其中一个父类产生单元测试代码。

1

您可能感兴趣的文章:

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:http://www.heiqu.com/0a8f869e2ee23fea7f0df27a869958cf.html