Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix support tests #26663

Merged
merged 1 commit into from
Apr 20, 2021
Merged

Fix support tests #26663

merged 1 commit into from
Apr 20, 2021

Commits on Apr 20, 2021

  1. Fix support tests

    2) Test\Support\Subscription\RegistryTest::testDelegateIsHardUserLimitReachedWithoutSupportAppAndUserCount with data set #0 (35, 15, 2, false)
    Cannot stub or mock class or interface "Test\Support\Subscription\UserInterface" which does not exist
    
    3) Test\Support\Subscription\RegistryTest::testDelegateIsHardUserLimitReachedWithoutSupportAppAndUserCount with data set #1 (35, 45, 15, false)
    Cannot stub or mock class or interface "Test\Support\Subscription\UserInterface" which does not exist
    
    4) Test\Support\Subscription\RegistryTest::testDelegateIsHardUserLimitReachedWithoutSupportAppAndUserCount with data set #2 (35, 45, 5, true)
    Cannot stub or mock class or interface "Test\Support\Subscription\UserInterface" which does not exist
    
    5) Test\Support\Subscription\RegistryTest::testDelegateIsHardUserLimitReachedWithoutSupportAppAndUserCount with data set #3 (35, 45, 55, false)
    Cannot stub or mock class or interface "Test\Support\Subscription\UserInterface" which does not exist
    
    Had to use the Database user backend, as using multiple interfaces is deprecated:
    sebastianbergmann/phpunit#3955
    > This functionality should be deprecated as "having to use it" is almost always a symptom of bad design.
    > More importantly, though, the support for the creation of test doubles that implement multiple interfaces
    > resulted in code that is hard to maintain.
    
    Signed-off-by: Joas Schilling <coding@schilljs.com>
    nickvergessen committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    7f70f3e View commit details
    Browse the repository at this point in the history