phpstorm-quick-mock

PHPStorm plugin allowing you to quickly create mock objects from within a test class

MIT License

Stars
3
phpstorm-quick-mock - v1.3.5 Latest Release

Published by cawolf almost 3 years ago

  • fix: Intellij gradle plugin update (#66)
phpstorm-quick-mock - v1.3.4

Published by cawolf almost 4 years ago

  • fix deprecations and replace travis with github workflows (#38)
phpstorm-quick-mock - v1.3.3

Published by cawolf over 4 years ago

  • resolve constructor properly if the class itself does now own a constructor (#35)
phpstorm-quick-mock - v1.3.2

Published by cawolf almost 5 years ago

  • fix mock generation for union types (#30)
  • fix regression: existing mocks are not regenerated anymore (#29)
  • fix type hints for mixed properties (#28)
phpstorm-quick-mock - v1.3.1

Published by cawolf about 5 years ago

  • colliding inherited properties are now handled (#26)
phpstorm-quick-mock - v1.3.0

Published by cawolf about 5 years ago

  • aliased imports are now prophesized correctly (#22)
phpstorm-quick-mock - v1.2.1

Published by cawolf almost 6 years ago

phpstorm-quick-mock - v1.2.0

Published by cawolf almost 6 years ago

phpstorm-quick-mock - v1.1.0

Published by cawolf about 6 years ago

  • fixed #4 #5 #6 #7 #8
phpstorm-quick-mock - v1.0.2

Published by cawolf about 6 years ago

  • fixed #1
phpstorm-quick-mock - v1.0.1

Published by cawolf about 6 years ago

Version 1.0.1

  • added gradle publishing support
  • initial release