meritt / phpunit-tmbundle

TextMate bundle for working with PHPUnit

Home Page:http://meritt.github.com/phpunit-tmbundle/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/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.

Authors

About

TextMate bundle for working with PHPUnit

http://meritt.github.com/phpunit-tmbundle/


Languages

Language:Ruby 90.2%Language:PHP 9.8%