Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

PHPUnit introduction and Environment Construction of Interface Automation Test Series

2025-01-19 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/03 Report--

Phpunit Introduction

PHPUnit is a testing framework for PHP programmers, which is a unit testing framework for xUnit architecture.

phpunit environment setup

Here are two ways to build:

The first one: directly use xampp, which integrates phpunit

Address: www.apachefriends.org/zh_cn/index.html

Help: jingyan.baidu.com/article/dca1fa6fbcd20cf1a5405258.html

Second:

1. Install php and configure it into the system environment variable path

2. Download phpunit: https://phar.phpunit.de/phpunit.phar After downloading, rename it and remove the version number behind it.

3. Put phpunit.phar in the project directory

4. cmd command line, enter the directory where the project is located, run the command: echo @php "%~dp0phpunit.phar" %* > phpunit.cmd You can see that a phpunit.cmd has been produced.

5. Close the cmd that was opened before, reopen one, and then type phpunit --version. The result is as follows

PHP development tools

More professional can choose PhpStorm, just simple configuration can be used, the specific method everyone Google it. Due to the limitations of my environment, I will write it directly with notepad++ here.

data acquisition

The code involved in the future can be obtained as follows (the code will be issued gradually, don't worry):

Click on the link to join the group 522720170 (shared): jq.qq.com/?_ wv=1027&k=5C08ATe

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report