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

remove factory property #39313

Closed
wants to merge 93 commits into from
Closed

remove factory property #39313

wants to merge 93 commits into from

Conversation

driesvints
Copy link
Member

@driesvints driesvints commented Oct 22, 2021

No description provided.

marcvdm and others added 30 commits September 29, 2021 08:14
* 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]>
* [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]>
lucasmichot and others added 28 commits October 18, 2021 07:06
* 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
* Add `AssertableJson::hasAny`

* Fix PHP7.3 compatibility

* Fix syntax
* 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
@driesvints driesvints closed this Oct 22, 2021
@driesvints driesvints deleted the remove-factory-property branch October 22, 2021 12:38
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.