phpunit port canary
1.0.0
외부 요청을 하는 테스트 찾기
모든 테스트가 완벽하게 작성되는 것은 아닙니다. 이 라이브러리는 phpunit 테스트가 원하지 않는 포트를 통해 요청을 보내는 경우를 발견하는 데 도움을 주기 위한 것입니다.
참고: 이는 슈퍼 알파 해적판 버전입니다. 시도해 보세요. 하지만.. 어, 약속은 없습니다.
composer require willwashburn/phpunit-port-canary
또는 작곡가.json에 "willwashburn/phpunit-port-canary": "0.0.1"
추가하세요.
이것을 phpunit.xml에 추가하세요.
< listeners >
< listener class = " WillWashburnPortListener " file = " vendor/willwashburn/phpunit-port-canary/src/PortListener.php " />
listeners >