#phpunit
Dang. Just got a notification from my tests on an old project that we won't be able to use /** @test */ on PHPUnit anymore?

It's a sad day.

(I know I can replace them with the #[Test] annotation, it's just.. these were such an integral part of my learning to test...)
November 11, 2025 at 12:50 PM
Run PHPUnit and Pest Tests Without Vite Assets in Laravel 🚀

ashallendesign.co.uk/blog/laravel...
Run PHPUnit and Pest Tests Without Vite Assets in Laravel
Read about how to use the "withoutVite" method in your Laravel apps to disable Vite during your PHPUnit and Pest tests.
ashallendesign.co.uk
October 29, 2025 at 8:30 AM
Next up at #longhornphp, we're navigating the #a11y evolution with @volkswagenchick.bsky.social, using network magic to do zero trust with Josh Butts, and doing PHPUnit database testing with Charles Sprayberry.
October 24, 2025 at 4:18 PM
Je ris tout seul de mes conneries 😂 poke @michel.poula.in
October 22, 2025 at 4:28 PM
In that application phpspec is used for the "unit" tests, while PHPUnit is used for the "application" (integration and smoke) tests.

I cannot share the code, but I've written on this before:
* PHPUnit with phpspec: gnugat.github.io/2015/09/23/p...
* another example: gnugat.github.io/2016/03/24/u...
PHPUnit with phpspec — Loïc Faugeron — Technical Blog
Technical articles about Symfony and TDD
gnugat.github.io
February 21, 2025 at 9:17 AM
I see Pest there.
How do you like it over PHPUnit?
December 22, 2024 at 3:28 AM
PHPUnitの実行時に出ていた不要なログを出力しないようにした話 | PR TIMES 開発者ブログ
PHPUnitの実行時に出ていた不要なログを出力しないようにした話
こんにちは、フロントエンドエンジニアのやなぎ( @apple_yagi )です。 PR T…
developers.prtimes.jp
October 12, 2024 at 1:12 PM
Blogged! Converting a PHPUnit TestListener to an Event Subscriber
Converting a PHPUnit TestListener to an Event Subscriber
An article by Rob Allen
buff.ly
February 25, 2025 at 5:24 PM
The PHPUnit Refcard is out http://ff.im/-tMq8r
登录或注册即可查看
到 Facebook 查看帖子、照片和更多内容。
ff.im
December 3, 2024 at 9:32 PM
📦 baxtian/dom-assert 0.3.0

Assert library for PHPUnit for testing DOM trees.

🔗 https://bitbucket.org/baxtian/dom-assert/
April 3, 2025 at 12:59 AM
So we can get a pretty on PHPUnit by simply adding `--testdox` to the command 😲

vendor/bin/phpunit --testdox

www.amitmerchant.com/make-phpunit...
April 2, 2025 at 9:14 AM
📦 metafoxapp/allure-phpunit v3.1.0

Allure PHPUnit integration

🔗 https://github.com/metafoxapp/allure-phpunit
July 18, 2025 at 10:11 AM
📦 erwane/phpunit-resource-helper 2.1.0

File resources helpers for PHPUnit tests

🔗 https://github.com/Erwane/phpunit-resource-helper
August 11, 2025 at 7:58 PM
AI can accelerate Drupal testing — if you teach it the rules.

Four Kitchens’ Laura Johnson shares how AI scaffolds PHPUnit tests fast but still needs careful guidance.

Her reusable Cursor ruleset turns AI into a reliable testing partner.

🔗 https://bit.ly/48QAxTZ
##Drupal #AI #Testing #PHPUnit
October 16, 2025 at 1:22 PM
C'est moins verbeux que phpunit.
January 12, 2024 at 8:16 PM
Something new today! I'm trying out sharing a tip in video form. Don't worry it's still short and laser-focused. I walk through the process of switching from Pest to PHPUnit in a Laravel app. masteringlaravel.io/daily/2025-0...
Switching from Pest to PHPUnit | Mastering Laravel
Just a few quick steps
masteringlaravel.io
February 20, 2025 at 2:40 PM
I am on the lookout for work and available immediately, either freelance (or full-time for the right kind of role)

I've used PHP since the mid to late 90s and have enjoyed Laravel since version 3 (pre composer days)

PHP / MySQL / PHPUnit / Laravel / Tailwind / JS / Vue / React

Sharing appreciated
January 7, 2025 at 4:07 PM
📦 lightna/phpunit 1.0.49

Lightna PHPUnit module

🔗 https://github.com/lightna-project/package.lightna.phpunit
April 7, 2025 at 1:42 AM
Want to go from “I can write a module” to “I can build anything in Drupal”?

Check out Professional Module Development:
💥 90 hours of training
🧠 300+ pages of curriculum
🛠️ Xdebug, PhpStan, PhpUnit & more

Info 👉 www.drupaleasy.com/academy/pmd/...
Free Q&A webinar 👉 www.drupaleasy.com/academy/pmd/...
Professional Module Development
www.drupaleasy.com
June 27, 2025 at 4:14 PM
📦 vitorsreis/phpunit-dispatcher-phar 1.0.0

PHPUnit Dispatcher - A tool that automatically selects and runs the appropriate PHPUnit Phar version based on your PHP version.

🔗 https://github.com/vitorsreis/phpunit-dispatcher-phar
May 3, 2025 at 5:59 AM
Done

- Clean install of application - #Symfony + Tailwind CSS
- Application infrastructure - LEMP stack, docker compose, xdebug
- Testing - Include PHPUnit and a stub test
- Makefile - to run composer update/install, tests, code analysis
- GitLab CI/CD Pipeline - Build & Test
- Semantic Versioning
November 22, 2024 at 9:05 AM
🤔 If you don't see your dump() outputs during your PHPUnit test running on a Symfony app, it's maybe because of the DebugBundle enabled on test environment.

🙏 Thanks @lyrixx.bsky.social who spotted it years ago (cf. github.com/symfony/reci...)
February 25, 2025 at 2:49 PM
My summary of steps needed to setup wordpress-develop locally for creating a pull request in 2025.

Featuring vscode + xdebug configuration for debugging WordPress + PHPUnit testcases :

gist.github.com/lgersman/4d1...

#wordpress #git #development #phpunit
notes on setup a local wordpress-develop instance for creating a bugfix using vscode and xdebug
notes on setup a local wordpress-develop instance for creating a bugfix using vscode and xdebug - create-a-wordpress-bugfix-plus-vscode-xdebug.md
gist.github.com
January 4, 2025 at 1:39 PM
📦 wexample/symfony-testing 1.0.37

Testing helpers for Symfony / PhpUnit

🔗 https://github.com/wexample/symfony-testing
April 17, 2025 at 11:13 AM
📦 shipmonk/dead-code-detector 0.10.1

Dead code detector to find unused PHP code via PHPStan extension. Can automatically remove dead PHP code. Supports libraries like Symfony, Doctrine, PHPUnit etc. Detects dead cycles. Can detect dea...

🔗 https://github.com/shipmonk-rnd/dead-code-detector
March 25, 2025 at 3:27 PM