略微加速

PHP官方手册 - 互联网笔记

PHP - Manual: Testing an extension

2024-05-01

Testing an extension

One of the accepted requirements of good programming is testing. PHP provides a test harness for unit regression tests, in the form of a script called run-tests.php.

Tests for a particular module are stored in the tests/ subdirectory of the module's folder, and have a .phpt extension. For details of the PHPT format, see » https://qa.php.net/.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.

官方地址:https://www.php.net/manual/en/internals2.structure.tests.php

北京半月雨文化科技有限公司.版权所有 京ICP备12026184号-3