Closed
Description
Not sure if this is known, trying to debug an issue elsewhere in React, so running the test suites on all installed components... Please ignore/close this issue if unhelpful/not required...
PHPUnit 4.8.32 by Sebastian Bergmann and contributors.
SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 63 / 145 ( 43%)
SSSSSSSSSSSSSSSSSSSSSSS..SSSSSS...........................SSSSS 126 / 145 ( 86%)
SSSSSSSSSSSSSF.....
Time: 846 ms, Memory: 8.00MB
There was 1 failure:
1) React\Tests\EventLoop\Timer\StreamSelectTimerTest::testAddTimer
Expectation failed for method name is equal to <string:__invoke> when invoked 1 time(s).
Method was expected to be called 1 times, actually called 0 times.
FAILURES!
Tests: 145, Assertions: 44, Failures: 1, Skipped: 110.
Using version 0.4.2 (dev-master has this error along with another as shown below:
PHPUnit 4.8.32 by Sebastian Bergmann and contributors.
SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 63 / 146 ( 43%)
SSSSSSSSSSSSSSSSSSSSSSS.SSSSSS............................SSSSS 126 / 146 ( 86%)
SSSSSSSSSSSSSFF.....
Time: 1.84 seconds, Memory: 8.00MB
There were 2 failures:
1) React\Tests\EventLoop\Timer\StreamSelectTimerTest::testAddTimer
Expectation failed for method name is equal to <string:__invoke> when invoked 1 time(s).
Method was expected to be called 1 times, actually called 0 times.
2) React\Tests\EventLoop\Timer\StreamSelectTimerTest::testAddPeriodicTimer
Expectation failed for method name is equal to <string:__invoke> when invoked 3 time(s).
Method was expected to be called 3 times, actually called 2 times.
FAILURES!
Tests: 146, Assertions: 44, Failures: 2, Skipped: 110.