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 |
|
Jeremiah VALERIE
|
62de403f27
|
Use right assert method
|
2018-09-02 17:20:38 +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 |
|
Bernhard Schussek
|
e35b57601d
|
Fixed SyncPromiseAdapter::all() to not change the order of arrays
|
2017-02-23 11:45:13 +01:00 |
|
Juuso Leinonen
|
8626e0b45d
|
Make tests run on php 5.4
|
2016-12-22 15:35:38 +02:00 |
|
Juuso Leinonen
|
90c4b5d9fa
|
Changed ReactPromiseAdapter::all to preserve the array key order and added tests
|
2016-12-22 15:08:28 +02:00 |
|
vladar
|
a165c3aaab
|
Shortened method names of PromiseAdapter
|
2016-12-04 15:53:23 +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 |
|