public
Description: TextMate bundle for working with PHPUnit
Homepage: http://meritt.github.com/phpunit-tmbundle/
Clone URL: git://github.com/meritt/phpunit-tmbundle.git
Click here to lend your support to: phpunit-tmbundle and make a donation at www.pledgie.com !
Christopher Cowan (author)
Mon Jun 08 23:12:10 -0700 2009
meritt (committer)
Tue Jun 09 01:03:07 -0700 2009
commit  7ba374d21c0e437d10fb4c6a154e04d1ba54e177
tree    39dbb91062571152c052433aa62ada8991d0ad15
parent  40c127fa6a681c0673cc3800d435431e42322a6f
name age message
directory Commands/ Thu Jul 17 16:30:56 -0700 2008 added run single test [jeremylightsmith]
file README.markdown Loading commit data...
file Rakefile Thu Jul 17 12:00:22 -0700 2008 removed code coverage as it didn't seem to work... [jeremylightsmith]
directory Snippets/
directory Support/
file info.plist Tue Jun 09 01:03:04 -0700 2009 Fixing the the curly braces to my liking; Re-fa... [Christopher Cowan]
directory spec/ Thu Jul 17 16:30:56 -0700 2008 added run single test [jeremylightsmith]
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