idea-php-phpunit-plugin icon indicating copy to clipboard operation
idea-php-phpunit-plugin copied to clipboard

Let magic Prophecy methods accept specific Argument tokens

Open InvisibleSmiley opened this issue 5 years ago • 1 comments

Following issue #29, also support

  • Argument::type('null')
  • Argument::exact
  • Argument::is

for magic Prophecy methods

InvisibleSmiley avatar May 04 '20 11:05 InvisibleSmiley

Or any other way to provide a TokenInterface of Prophecy.

stof avatar May 04 '20 13:05 stof