| Conditions | 1 |
| Paths | 1 |
| Total Lines | 10 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 2 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 51 | public function testNotify() |
||
| 52 | { |
||
| 53 | parent::testNotify(); |
||
| 54 | |||
| 55 | $this->innerFailureTest(function (callable $onNotify) { |
||
| 56 | /** @var \Cubiche\Core\Async\Promise\DoneResolver $resolver */ |
||
| 57 | $resolver = $this->newTestedInstance(null, null, $onNotify); |
||
| 58 | $resolver->notify(); |
||
| 59 | }); |
||
| 60 | } |
||
| 61 | |||
| 78 |