Commit Graph

9 Commits

Author SHA1 Message Date
Bruce Weirdan
db9c31ee51
Added support for test methods and providers in traits
Fixes psalm/phpunit-psalm-plugin#21
2019-03-01 20:29:19 +02:00
Bruce Weirdan
f5ddd1dffb
Suppress missing constructor for TestCase descendants
When there are any initializers (`setUp` or `@before`) it's quite likely
properties were initialized there. As a followup development, we may
later implement more fine-grained checks to see what actually been
initialized in those methods.
2019-02-17 08:28:22 +02:00
Bruce Weirdan
2f2ff0374f
Added PHPUnit 7.5 assertions 2019-02-11 05:31:13 +02:00
Bruce Weirdan
ef91c747fe
Added Prophecy support 2018-12-09 00:26:47 +02:00
Bruce Weirdan
dfa9f71542
tabs to spaces (as declared by phpcs rules) 2018-12-01 05:09:47 +02:00
Matthew Brown
5fd3db0c48 Add support for better mocking 2018-11-25 01:40:30 -05:00
Matthew Brown
0c8386711c Improve mocking support 2018-11-24 18:27:52 -05:00
Matthew Brown
b49f07b34b Put asserts in proper place 2018-11-14 09:23:26 -05:00
Matthew Brown
fa76f65209 Add starter files for PHPUnit Plugin 2018-11-14 00:36:33 -05:00