Simon Podlipsky
|
90d0156291
|
Use PHPStan strict rules
Two rules excluded: missing type hints and empty() usage
|
2018-10-09 17:46:55 +02:00 |
|
Simon Podlipsky
|
07c070d795
|
Fix CS in tests
|
2018-10-05 10:47:57 +02:00 |
|
Simon Podlipsky
|
c4e06ba528
|
Use self:: in tests where appropriate
|
2018-09-19 20:50:32 +02:00 |
|
Simon Podlipsky
|
b02d25e62c
|
Fix CS in tests/Executor
|
2018-09-01 20:05:38 +02:00 |
|
Simon Podlipsky
|
715146cdd1
|
Add void return typehint to test methods
|
2018-08-31 14:41:18 +02:00 |
|
Simon Podlipsky
|
24b6b736b2
|
Upgrade PHPUnit
|
2018-07-29 19:01:39 +02:00 |
|
Adrien Crivelli
|
5cbaf973e1
|
Leverage PHPUnit setExpectedException() instead of custom code
Closes #219
|
2018-01-01 18:06:08 +09:00 |
|
Daniel Tschinder
|
65ef159ddc
|
Support PHP7 error exceptions everywhere
Also replace \Error with \Throwable
|
2017-06-25 07:33:28 -07:00 |
|
vladar
|
26db4c76c6
|
Fixed tests for PHP7+
|
2016-12-03 04:31:01 +07:00 |
|
vladar
|
ab4ae779af
|
Execution: fixed rejection issue in sync promise
|
2016-12-03 02:48:51 +07:00 |
|
vladar
|
e97ca7f971
|
Execution: added SyncPromiseAdapter and made it default for Executor (+removed GenericPromiseAdapter)
|
2016-12-03 02:14:14 +07:00 |
|
vladar
|
3a375bb78e
|
Simple implementation of Promises A+ for our sync case (using queue)
|
2016-12-02 18:43:54 +07:00 |
|