https://github.com/zvps/zvps-netbeans-phpunit-watcher
Listens for the file save command and tries to run the associated phpunit test file.
https://github.com/zvps/zvps-netbeans-phpunit-watcher
Last synced: about 1 year ago
JSON representation
Listens for the file save command and tries to run the associated phpunit test file.
- Host: GitHub
- URL: https://github.com/zvps/zvps-netbeans-phpunit-watcher
- Owner: zVPS
- Created: 2014-06-17T23:19:58.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2016-02-23T14:43:32.000Z (over 10 years ago)
- Last Synced: 2025-03-25T09:02:42.927Z (about 1 year ago)
- Language: Java
- Size: 89.8 KB
- Stars: 4
- Watchers: 4
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Netbeans PHPUnit Watcher
=============================
PHPUnit Watcher is a small light weight plugin to assist PHP developers in TDD.
Each time you save the current file Watcher will look for a related test through the current project PHPUnit test provider, if it comes across the test it will attempt to automatically run the whole test file.
Results show up in the Test Results panel which enables you to keep an eye on your tests as you make changes.