public
Fork of meritt/phpunit-tmbundle
Description: TextMate bundle for working with PHPUnit
Homepage:
Clone URL: git://github.com/jeremylightsmith/phpunit-tmbundle.git
name age message
directory Commands/ Loading commit data...
file README.markdown
file Rakefile
directory Snippets/
directory Support/
file info.plist
directory spec/
README.markdown

PHPUnit TextMate bundle

Contains the following commands specific:

  • Run test - run PHPUnit test for the current file

Prerequisites

The PEAR requires PHPUnit

Installation

To install via Git:

    cd "~/Library/Application Support/TextMate/Bundles/"
    git clone git://github.com/meritt/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.

Author

Alexey Simonenko, dwarfman@gmail.com Jeremy Lightsmith, jeremy.lightsmith@gmail.com