-
-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): update dependency orchestra/testbench to v8.36.0 #351
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
base: master
Are you sure you want to change the base?
Conversation
|
Important Review SkippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
5bfbe78 to
f3113bd
Compare
f3113bd to
b0088d8
Compare
|
This PR contains the following updates:
8.22.3->8.36.0Release Notes
orchestral/testbench (orchestra/testbench)
v8.36.0Compare Source
Changes
Testbench Changes
Changes
Orchestra\Testbench\PHPUnit\TestCasenow implementsOrchestra\Testbench\Concerns\InteractsWithMockery.Fixes
v8.35.1Compare Source
Changes
Testbench Changes
Changes
Illuminate\Database\Eloquent\Modelstates between tests.v8.35.0Compare Source
Changes
Testbench Changes
Changes
Orchestra\Testbench\remote()function to useOrchestra\Testbench\Foundation\Process\RemoteCommand.TESTBENCH_ENVIRONMENT_FILE_USINGtoTESTBENCH_ENVIRONMENT_FILE_USING(internal environment variable).workbench/bootstrap/providers.php.v8.34.0Compare Source
Changes
Testbench Changes
Added
resolvePhpUnitTestClassName()andresolvePhpUnitTestMethodName()toOrchestra\Testbench\Concerns\InteractsWithPHPUnittrait.Changes
usesTestingFeature()to register attribute directly on test method.vendordetection on the default skeleton.Orchestra\Sidekick\is_symlink()function instead ofis_link()to improves support on Windows.::classinstead ofget_class().vendorsymlink viapackage:purge-skeletoncommand.Fixes
Orchestra\Testbench\Attributes\UsesVendor::beforeEach()method.v8.33.0Compare Source
Changes
Testbench Changes
Added
orchestra/sidekick.Illuminate\Foundation\Testing\Concerns\InteractsWithViews.Deprecated
getBasePath()method pending removal in Testbench 10.0.v8.32.0Compare Source
Changes
Testbench Changes
Added
Orchestra\Testbench\Concerns\CreatesApplication::resolveApplicationFacades()method.Orchestra\Testbench\Concerns\CreatesApplication::getApplicationBasePath()method as replacement toOrchestra\Testbench\Concerns\CreatesApplication::getBasePath().Orchestra\Testbench\Foundation\Application::deleteVendorSymlink()method.Changes
discover.factories.vendorsymlink when terminating Testbench CLI.v8.31.0Compare Source
Changes
Testbench Changes
Added
Changes
Orchestra\Testbench\Workbench\Workbench::flushCachedClassAndNamespaces()to flush cached namespaces and classes during installation.realpath()onvendor:publishoutput.v8.30.0Compare Source
Changes
Testbench Changes
Added
Orchestra\Testbench\transform_realpath_to_relative()function.vendor:publishcommand.Changes
$forceparameter toOrchestra\Testbench\Workbench\Workbench::detectNamespace()method.v8.29.0Compare Source
Changes
Testbench Changes
Added
Orchestra\Testbench\Workbench\Workbench::detectNamespace()method.Orchestra\Testbench\Workbench\Workbench::applicationUserModel()method.workbench.authconfig totrue.package:sync-skeletoncommand.Changes
Orchestra\Testbench\Bootstrap\LoadConfigurationandOrchestra\Testbench\Bootstrap\LoadConfigurationWithWorkbenchto allow being extended by Testbench Dusk.Orchestra\Testbench\Console\Commander.$ttyparameter toOrchestra\Testbench\remote()function.Orchestra\Testbench\Foundation\Bootstrap\CreateVendorSymlinkclass and mark it as@api.$backupExistingFileand$resetOnTerminatingparameter to following methods inOrchestra\Testbench\Foundation\Console\Concerns\CopyTestbenchFilestrait:copyTestbenchConfigurationFile()copyTestbenchDotEnvFile()Deprecated
Orchestra\Testbench\Foundation\Console\Concerns\HandleTerminatingConsoletrait, useOrchestra\Testbench\Foundation\Console\TerminatingConsoleclass instead.v8.28.0Compare Source
Changes
Testbench Changes
Added
Orchestra\Testbench\Foundation\Bootstrap\DeleteVendorSymlinkclass.Orchestra\Testbench\Concerns\InteractsWithMockerytrait.--databaseoption topackage:create-sqlite-dbcommand.--databaseand--alloptions topackage:drop-sqlite-dbcommand.Orchestra\Testbench\php_binary()function.laravel/serializable-closure2.Changes
resolveApplicationResolvingCallback()method visibility fromprivatetoprotected.package:create-sqlite-db.PHP_CLI_SERVER_WORKERSvia Composer Script.CTRL+CandCTRL+BREAKsupports on Windows withoutpcntlextension.Orchestra\Testbench\Foundation\Console\Actions\GeneratesFileshould be able to handle$fromand$towhen given asfalseornull.v8.27.2Compare Source
Changes
Testbench Changes
Fixes
shouldSeed()exists and returnfalse.v8.27.1Compare Source
Changes
Testbench Changes
Changes
SIGHUP,SIGUSR1, andSIGUSR2signals via Testbench CLI.Fixes
servecommand to reset published.envandtestbench.yaml.v8.27.0Compare Source
Changes
Testbench Changes
Added
markTestSkippedWhen()andmarkTestSkippedUnless()assertion helper to conditionally handlemarkTestSkipped().Orchestra\Testbench\default_migration_path()helper function.Orchestra\Testbench\laravel_vendor_exists()helper function.Changes
vendorsymlink directory if it was created while running tests.Fixes
view.pathsconfiguration not being updated to includeworkbench/resources/viewsdue to IoC booting sequence.Deprecated
Orchestra\Testbench\laravel_migration_path(), usedefault_migration_path()instead.New Contributors
v8.26.0Compare Source
Changes
Testbench Changes
Added
artisanbinary to Laravel skeleton.Orchestra\Testbench\join_paths()function.Orchestra\Testbench\Attributes\UsesVendorattribute class.defineStashRoutes()method to register adhoc route for test.Changes
Orchestra\Testbench\default_skeleton_path(),Orchestra\Testbench\package_path(), andOrchestra\Testbench\workbench_path()usage based on newOrchestra\Testbench\join_paths()function.v8.25.0Compare Source
Changes
Testbench Changes
Changes
Orchestra\Testbench\Foundation\Console\Actions\GeneratesFileto remove.gitkeepfile when directory contain one or more files.Fixes
InteractsWithPublishedFilesshould only flush published files withindatabase/migrationsdirectory.v8.24.0Compare Source
Changes
Testbench Changes
Added
Orchestra\Testbench\Attributes\ResolvesLaravelOrchestra\Testbench\Attributes\UsesFrameworkConfigurationfactoriesusing Workbench to mapWorkbench\App\ModelstoWorkbench\Database\Factoriesclasses.workbench/app/Console/Commands.Changes
JsonSerializabletoOrchestra\Testbench\Foundation\UndefinedValue.workbenchas default environment value.Orchestra\Testbench\Attributes\DefineandOrchestra\Testbench\Attributes\DefineEnvironmentto be used on the class level by @danjohnson95Fixes
usesTestingFeature()attribute registration is loaded before class attributes instead of method attributes.v8.23.2Compare Source
Changes
Testbench Changes
Fixes
Orchestra\Testbench\Workench\Workbench::applicationExceptionHandler()usage to detectWorkbench\App\Exceptions\Handlerclass.v8.23.1Compare Source
Changes
Testbench Changes
Changes
Orchestra\Testbench\package_path()function instead ofTESTBENCH_WORKING_PATHconstant.Fixes
Orchestra\Testbench\Attributes\RequiresLaravelattribute usage.v8.23.0Compare Source
Changes
Testbench Changes
Changes
TESTBENCH_WORKING_PATHfrom environment variable before fallback togetcwd().Fixes
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.