Skip to content

PHPUnit Test Fail, Windows 10, PHP 7 #71

Description

@internalsystemerror

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions