Skip to content

Instantly share code, notes, and snippets.

@Geraint
Last active October 2, 2015 03:08
Show Gist options
  • Save Geraint/2158518 to your computer and use it in GitHub Desktop.
Save Geraint/2158518 to your computer and use it in GitHub Desktop.
Eclipse Template - PHPUnit Test
class ${class_name}Test extends PHPUnit_Framework_TestCase
{
/**
* @test
*/
public function ${method_name}()
{
${cursor}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment