spjwebster / phpunit-tmbundle forked from meritt/phpunit-tmbundle
- Source
- Commits
- Network (4)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
Commands/ | ||
| |
README.markdown | ||
| |
Rakefile | ||
| |
Snippets/ | ||
| |
Support/ | ||
| |
info.plist | ||
| |
spec/ |
README.markdown
PHPUnit TextMate bundle
Contains the following commands specific:
- Run test - run PHPUnit test for the current file
Also contains snippets for test cases, tests, fixtures and a number of common assertions.
Prerequisites
The PEAR requires PHPUnit
Installation
To install via Git:
cd "~/Library/Application Support/TextMate/Bundles/"
git clone git://github.com/spjwebster/phpunit-tmbundle.git "PHPUnit.tmbundle"
osascript -e 'tell app "TextMate" to reload bundles'
Either way, restart TextMate or select "Reload Bundles" from the Bundles >> Bundle Editor menu.
Authors
- Alexey Simonenko, dwarfman@gmail.com
- Jeremy Lightsmith, jeremy.lightsmith@gmail.com
- Steve Webster, spjwebster@gmail.com

