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

[1.x] [#651] Don't do anything if no phpunit files are present #652

Merged
merged 2 commits into from
Jan 13, 2024
Merged

[1.x] [#651] Don't do anything if no phpunit files are present #652

merged 2 commits into from
Jan 13, 2024

Conversation

zack6849
Copy link
Contributor

Add a check to confirm the fallback path exists before trying to use it when updating phpunit files to point to the new database

@zack6849 zack6849 changed the title [#651] Don't do anything if no phpunit files are present [1.x] [#651] Don't do anything if no phpunit files are present Jan 12, 2024
@taylorotwell taylorotwell merged commit 9dc6489 into laravel:1.x Jan 13, 2024
3 checks passed
@crynobone crynobone linked an issue Jan 15, 2024 that may be closed by this pull request
renovate bot added a commit to RadioRoster/backend that referenced this pull request Feb 9, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [laravel/sail](https://togithub.com/laravel/sail) | `1.26.3` ->
`1.27.3` |
[![age](https://developer.mend.io/api/mc/badges/age/packagist/laravel%2fsail/1.27.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/packagist/laravel%2fsail/1.27.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/packagist/laravel%2fsail/1.26.3/1.27.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/packagist/laravel%2fsail/1.26.3/1.27.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>laravel/sail (laravel/sail)</summary>

###
[`v1.27.3`](https://togithub.com/laravel/sail/blob/HEAD/CHANGELOG.md#v1273---2024-01-30)

[Compare
Source](https://togithub.com/laravel/sail/compare/v1.27.2...v1.27.3)

- \[1.x] Improves console output by
[@&#8203;nunomaduro](https://togithub.com/nunomaduro) in
[laravel/sail#661

###
[`v1.27.2`](https://togithub.com/laravel/sail/blob/HEAD/CHANGELOG.md#v1272---2024-01-21)

[Compare
Source](https://togithub.com/laravel/sail/compare/v1.27.1...v1.27.2)

- Add Support for Typesense by
[@&#8203;jasonbosco](https://togithub.com/jasonbosco) in
[laravel/sail#655
- Lint sail script by
[@&#8203;dimitriacosta](https://togithub.com/dimitriacosta) in
[laravel/sail#656
- Make DB_CONNECTION replacement more robust by
[@&#8203;taylorotwell](https://togithub.com/taylorotwell) in
laravel/sail@2276a8d

###
[`v1.27.1`](https://togithub.com/laravel/sail/blob/HEAD/CHANGELOG.md#v1271---2024-01-13)

[Compare
Source](https://togithub.com/laravel/sail/compare/v1.27.0...v1.27.1)

- \[1.x] \[[#&#8203;651](https://togithub.com/laravel/sail/issues/651)]
Don't do anything if no phpunit files are present by
[@&#8203;zack6849](https://togithub.com/zack6849) in
[laravel/sail#652

###
[`v1.27.0`](https://togithub.com/laravel/sail/blob/HEAD/CHANGELOG.md#v1270---2024-01-03)

[Compare
Source](https://togithub.com/laravel/sail/compare/v1.26.3...v1.27.0)

- \[1.x] Allow easy customization of the command ran by supervisor's PHP
process by [@&#8203;bram-pkg](https://togithub.com/bram-pkg) in
[laravel/sail#645
- \[1.x] Default to PHP 8.3 by
[@&#8203;Jubeki](https://togithub.com/Jubeki) in
[laravel/sail#647

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/RadioRoster/backend).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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.

phpunit.xml breaks sail if not present
2 participants