Run Pest Tests Directly from your IDE

  Run Pest Tests Directly from your IDE

  PhpStorm 2023.3 helps you write Pest assertions and improves auto-completion in test functions.

  PhpStorm by JetBrains is a sophisticated Integrated Development Environment (IDE) specifically designed for PHP and web development. It offers a range of features to enhance your coding experience, including syntax highlighting, intelligent code completion, on-the-fly error detection, built-in debugging tools, and advanced code refactoring capabilities. Additionally, it supports various web technologies like HTML, CSS, and JavaScript, making it a versatile tool for building complete web applications.

  The PhpStorm 2023.3 release now supports the Pest test framework out of the box. Pest is a testing tool for PHP with a focus on simplicity. It uses familiar concepts from PHPUnit but wraps them in a more readable interface. If offers clear error messages, colorful outputs, and features like coverage reports and parallel testing. Using PhpStorm 2023.3 you can now run Pest tests from inside the IDE. When you position your caret within a test and then run it, the IDE will automatically generate a configuration tailored to that particular test.

相关推荐

最近更新

  1. docker php8.1+nginx base 镜像 dockerfile 配置

    2023-12-25 00:06:02       94 阅读
  2. Could not load dynamic library ‘cudart64_100.dll‘

    2023-12-25 00:06:02       101 阅读
  3. 在Django里面运行非项目文件

    2023-12-25 00:06:02       82 阅读
  4. Python语言-面向对象

    2023-12-25 00:06:02       91 阅读

热门阅读

  1. jQuery 实现带手柄自由调整页面大小的功能

    2023-12-25 00:06:02       69 阅读
  2. GO设计模式——20、备忘录模式(行为型)

    2023-12-25 00:06:02       67 阅读
  3. 功能测试方法总结之增删查改

    2023-12-25 00:06:02       64 阅读
  4. 通信原理 | 信号

    2023-12-25 00:06:02       63 阅读
  5. Python---类(初始化函数)

    2023-12-25 00:06:02       63 阅读
  6. @RequestBody详解:用于获取请求体中的Json格式参数

    2023-12-25 00:06:02       76 阅读
  7. C语言的if语句(三 )

    2023-12-25 00:06:02       61 阅读
  8. Microsoft Edge使用方法和心得

    2023-12-25 00:06:02       55 阅读
  9. 适配器设计模式

    2023-12-25 00:06:02       51 阅读