Skip to content

Instantly share code, notes, and snippets.

@Geraint
Last active October 2, 2015 03:08
Show Gist options
  • Select an option

  • Save Geraint/2158515 to your computer and use it in GitHub Desktop.

Select an option

Save Geraint/2158515 to your computer and use it in GitHub Desktop.
Eclipse Template - PHPUnit
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