-
Notifications
You must be signed in to change notification settings - Fork 11.2k
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
remove factory property #39313
Closed
Closed
remove factory property #39313
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Handle empty address inputs cleanly * Tests for empty mail inputs * Tests for from address * Update Mailable.php * Think this is simpler * DRY, also test `false` Co-authored-by: Taylor Otwell <[email protected]>
* Store artifacts * DD * Apply fixes from StyleCI * disable test * Bump timeout * Fix mocks * Bump timeout again * wip * wip * wip Co-authored-by: Taylor Otwell <[email protected]>
Co-authored-by: jules <[email protected]>
* [8.x] Add `reduceMany` to Collections * StyleCI * StyleCI * Update EnumeratesValues.php Co-authored-by: Taylor Otwell <[email protected]>
* Update Stringable.php * Update SupportStringableTest.php * Update Stringable.php * Update SupportStringableTest.php * Update Stringable.php * Update SupportStringableTest.php Co-authored-by: Taylor Otwell <[email protected]>
This reverts commit 8f732f1.
* abort() never returns * Application::abort() never returns * App::abort() never returns * Queue\Worker::kill() never returns * Database\Query::dd() never returns * Stringable::dd() never returns
* adding lang_path to helpers * Update helpers.php * Update helpers.php Co-authored-by: Taylor Otwell <[email protected]>
* Add Conditional trait to Eloquent Factory * Fix indentation of assertions. * Undo unintended formatting * Update Factory.php Co-authored-by: Taylor Otwell <[email protected]>
…ime for AssertableJson->has() (#39224) * [8.x] add a way to skip count check but check $callback at the same time * add tests * reformat file * broaden the condition to make invalid values fail instead of silently passing
* Add `Str::studlyWords()` * Rename method to `headline` and alter logic to properly handle title test cases * Add more assertions Co-authored-by: Steve Bauman <[email protected]>
* Logs deprecations instead of treating them as exceptions * Fixes property access * No need PHPUnit changes * formatting Co-authored-by: Taylor Otwell <[email protected]>
* Adds `withoutDeprecationHandling` * Updates test * Updates tests
Co-authored-by: Till Kobbe <[email protected]>
* Added new assertNothingDispatched method to BusFake * Fix broken test
* fix translation bug and add test * Apply fixes from StyleCI Co-authored-by: Taylor Otwell <[email protected]>
* Throwable error code can only be an integer * Update DetectsConcurrencyErrors.php Co-authored-by: Taylor Otwell <[email protected]>
* fix translation bug and add test * refactor unique job queueing determination * Apply fixes from StyleCI Co-authored-by: Taylor Otwell <[email protected]>
# Conflicts: # CHANGELOG-6.x.md # CHANGELOG-8.x.md # src/Illuminate/Collections/Traits/EnumeratesValues.php # src/Illuminate/Foundation/Application.php # tests/Testing/TestResponseTest.php
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.