Haehnchen / idea-php-phpunit-plugin

IntelliJ IDEA / PhpStorm PHPUnit Enhancement Plugin
MIT License
55 stars 11 forks source link

Add mock generator for methods #5

Closed Haehnchen closed 7 years ago

Haehnchen commented 7 years ago

Provide mock generator for context related working

$this->createMock()<caret>;
$this->createMock('<caret>');

function testFoobar() {
  '<caret>'

  new Foobar(<caret>);
}