Commit Graph

13 Commits

Author SHA1 Message Date
jordanbrauer 2e7192ab95 chore: static analysis adjustments - deprecation RE: ReflectionType::__toString 2021-06-16 14:42:51 -05:00
jordanbrauer 64e780cf72 fix: types 2021-06-16 00:58:46 -05:00
jordanbrauer 9bf141f698 style: formatting & linting 2021-06-16 00:54:22 -05:00
jordanbrauer 9e5b779abc feat: add helper function for mapping a function's arguments 2021-06-16 00:52:31 -05:00
Shuvro Roy b8103697c9 Remove unused import 2021-05-07 12:45:55 +06:00
Félix Dorn 278af4b835 forward bad TestCase method calls to global functions 2020-08-25 13:45:55 +02:00
Graham Campbell 3cfadee2bb PHP 8 and PHPUnit 9.3 support 2020-08-07 11:23:45 +01:00
Tom Witkowski fac44d9afe revert to first approach by calling __call directly 2020-06-21 18:46:11 +02:00
Tom Witkowski 6e27c6d85d fix tye check 2020-06-21 18:44:04 +02:00
Tom Witkowski 321b3e8df3 use call_user_func_array instead of direct calling __call
add check for __callStatic
2020-06-21 18:31:09 +02:00
Tom Witkowski 0c04882389 use long exception variable name 2020-06-21 13:08:06 +02:00
Tom Witkowski 323c5f211f pass calls to overloaded method if possible
fix #108
2020-06-21 11:55:32 +02:00
Nuno Maduro de2929077b first 2020-05-11 18:38:30 +02:00