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 →
Fresh Package: Laravel Package Skeleton with Testbench, CI, and Boost Integration image

Fresh Package: Laravel Package Skeleton with Testbench, CI, and Boost Integration

Read article
Inertia DevTools Now Available for Firefox image

Inertia DevTools Now Available for Firefox

Read article
Laravel Scalpel Scans for Filesystem Intrusion Evidence image

Laravel Scalpel Scans for Filesystem Intrusion Evidence

Read article
Mercure Broadcasting in Laravel 13.32 image

Mercure Broadcasting in Laravel 13.32

Read article
Super Stack: Laravel Starter Kit With Filament and NativePHP image

Super Stack: Laravel Starter Kit With Filament and NativePHP

Read article
Laravel MCP 1.0 Is Released image

Laravel MCP 1.0 Is Released

Read article