phpunit port canary
1.0.0
尋找發出外部請求的測試
並非所有測驗都寫得完美。該程式庫旨在幫助您發現您的 phpunit 測試何時在您不希望的情況下跨連接埠發出請求。
注意:這是超級 alpha 盜版版本。試試一下,但是..呃,沒有承諾。
composer require willwashburn/phpunit-port-canary
或者,將"willwashburn/phpunit-port-canary": "0.0.1"
加入您的composer.json
將其新增至您的 phpunit.xml
< listeners >
< listener class = " WillWashburnPortListener " file = " vendor/willwashburn/phpunit-port-canary/src/PortListener.php " />
listeners >