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: Arguments order fix when parsing array parameters #1

Merged
merged 2 commits into from
May 22, 2024

Conversation

daycry
Copy link
Contributor

@daycry daycry commented May 17, 2024

Fix: Recorder configuration get params

Fix: Recorder configuration get params
@daycry
Copy link
Contributor Author

daycry commented May 17, 2024

  1. Exception in third-party event subscriber: Library hooks don't exist: ,
    #0 C:\laragon\www\mailchimp\vendor\angelov\phpunit-php-vcr\src\Subscribers\ConfigureRecorder.php(43): VCR\Configuration->enableLibraryHooks(Array)
    fix: Arguments order fix when parsing array parameters #1 C:\laragon\www\mailchimp\vendor\phpunit\phpunit\src\Event\Dispatcher\DirectDispatcher.php(102): Angelov\PHPUnitPHPVcr\Subscribers\ConfigureRecorder->notify(Object(PHPUnit\Event\TestRunner\ExecutionStarted))
    README Info #2 C:\laragon\www\mailchimp\vendor\phpunit\phpunit\src\Event\Dispatcher\DeferringDispatcher.php(45): PHPUnit\Event\DirectDispatcher->dispatch(Object(PHPUnit\Event\TestRunner\ExecutionStarted))
    Fix: Get Name test #3 C:\laragon\www\mailchimp\vendor\phpunit\phpunit\src\Event\Emitter\DispatchingEmitter.php(246): PHPUnit\Event\DeferringDispatcher->dispatch(Object(PHPUnit\Event\TestRunner\ExecutionStarted))
    #4 C:\laragon\www\mailchimp\vendor\phpunit\phpunit\src\TextUI\TestRunner.php(58): PHPUnit\Event\DispatchingEmitter->testRunnerExecutionStarted(Object(PHPUnit\Event\TestSuite\TestSuiteWithName))
    #5 C:\laragon\www\mailchimp\vendor\phpunit\phpunit\src\TextUI\Application.php(198): PHPUnit\TextUI\TestRunner->run(Object(PHPUnit\TextUI\Configuration\Configuration), Object(PHPUnit\Runner\ResultCache\DefaultResultCache), Object(PHPUnit\Framework\TestSuite))

src/Extension.php Outdated Show resolved Hide resolved
Copy link
Contributor Author

@daycry daycry left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@angelov angelov changed the title Fix: Params recorder configuration fix: Arguments order fix when parsing array parameters May 22, 2024
@angelov angelov merged commit 07a80f9 into angelov:main May 22, 2024
2 checks passed
@angelov
Copy link
Owner

angelov commented May 22, 2024

Thank you again @daycry. I published a new version with the fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants