News

Better PHPUnit VS Code Extension

Published
Better PHPUnit VS Code Extension image

Better PHPUnit is a Visual Studio Code plugin by Caleb Porzio for running PHPUnit tests from the editor. Like Sublime PHPUnit, it automates running repetitive PHPUnit commands using the command palette or keyboard shortcuts.

The main features of Better PHPUnit include:

  • Run a test method
  • Run a test file
  • Run the entire suite
  • Run a previous test

If you can imagine your workflow of working through a failing test, you can continue to run the previous test to see the results as you change code without leaving your editor.

If you’ve used PhpStorm, you already know the power of running tests from within the IDE and not losing the window’s context by switching to the terminal. This plugin will surely improve your testing workflow on PHP projects.

You can install this plugin from within VS Code by searching the extension marketplace for “Better PHPUnit.”

You can learn more about this extension from the Visual Studio Marketplace, and see the source code on GitHub at calebporzio/better-phpunit.

Paul Redmond photo

Staff writer at Laravel News. Full stack web developer and author.

Sponsored

laravelcloud logo
Laravel Cloud

Easily create and manage your servers and deploy your Laravel applications in seconds.

Visit Laravel Cloud

The latest

View all →
CPX: The Composer Package Executor for PHP image

CPX: The Composer Package Executor for PHP

Read article
Laravel AI SDK Adds Human-in-the-Loop Tool Approval image

Laravel AI SDK Adds Human-in-the-Loop Tool Approval

Read article
Pest 5 Released With Test Impact Analysis, Agent Verification, and Evals image

Pest 5 Released With Test Impact Analysis, Agent Verification, and Evals

Read article
Queue-SQL: Run Mass Deletes and Updates Across Parallel Queue Jobs image

Queue-SQL: Run Mass Deletes and Updates Across Parallel Queue Jobs

Read article
Blade Formatting in Laravel Pint image

Blade Formatting in Laravel Pint

Read article
Inertia DevTools Is Now on the Chrome Web Store image

Inertia DevTools Is Now on the Chrome Web Store

Read article