phpstorm은 phpunit을 구성하고 PHP 인터페이스 단위 테스트를 수행합니다
1. php5.6, phpunit5.1, 컬 설치
mac과 함께 제공되는 기본값은 php5.5이므로 업그레이드해야 합니다. 터미널을 열고 다음을 실행하세요. curl -s http://php-osx.liip.ch/install.sh | bash -s 5.6
문서 단계에 따라 phpunit 공식 웹사이트 문서를 봅니다.
wget https://phar.phpunit.de/phpunit.phar$ chmod +x phpunit.phar$ sudo mv phpunit.phar /usr/local/bin/phpunit $ phpunit --version PHPUnit 5.1.3 by Sebastian Bergmann and contributors
2. 그림과 같이 phpunit.phar 파일을 다운로드하여 phpstorm에 로드합니다.
두 번째는 phpunit.phar의 경로입니다
3. phpunit 설치 디렉터리를 로드합니다:
4. 컴파일러
5를 선택하고, 컬에 따른 액세스 인터페이스를 시뮬레이션합니다.
').addClass('pre-numbering').hide(); $(this).addClass('has-numbering').parent().append($numbering); for (i = 1; i <= lines; i++) { $numbering.append($(' ').text(i)); }; $numbering.fadeIn(1700); }); });
위에서는 phpunit을 구성하고 PHP 단위 테스트를 수행하기 위해 phpstorm을 소개합니다. 포함하여 PHP 튜토리얼에 관심이 있는 친구들에게 도움이 되었으면 좋겠습니다