Skip to content

Bump phalcon/talon from 0.6.0 to 0.7.0#177

Merged
niden merged 1 commit into
masterfrom
dependabot/composer/phalcon/talon-0.7.0
Jul 12, 2026
Merged

Bump phalcon/talon from 0.6.0 to 0.7.0#177
niden merged 1 commit into
masterfrom
dependabot/composer/phalcon/talon-0.7.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 12, 2026

Copy link
Copy Markdown
Contributor

Bumps phalcon/talon from 0.6.0 to 0.7.0.

Release notes

Sourced from phalcon/talon's releases.

v0.7.0

Changed

Added

Fixed

  • AbstractUnitTestCase::setUp() now guards its Di::reset() call behind phalconAvailable(), so packages that use the Talon abstract test cases without Phalcon (or without the DI component) no longer hit a fatal Class "Phalcon\Di\Di" not found at setup time - because AbstractUnitTestCase is the root of the hierarchy, every abstract (AbstractServicesTestCase/AbstractDatabaseTestCase/AbstractBrowserTestCase/AbstractFunctionalTestCase) inherits the fix and can be extended without a DI. When Phalcon is available the reset still runs unchanged. #14
  • AbstractBrowserTestCase now clears $_SESSION in tearDown() as well as setUp(), so a test that logs a user in no longer leaks that session into a following test that does not reset it itself. The browser fixture session persists across the in-process app rebuilds and Di::reset() does not clear it, which surfaced as a random-order failure of FixtureSmokeTest::testSecuredShowsGuestWithoutSession (it read a sarah session left behind by BrowserTraitTest). #16

Removed

Changelog

Sourced from phalcon/talon's changelog.

0.7.0 (2026-07-10)

Changed

Added

Fixed

  • AbstractUnitTestCase::setUp() now guards its Di::reset() call behind phalconAvailable(), so packages that use the Talon abstract test cases without Phalcon (or without the DI component) no longer hit a fatal Class "Phalcon\Di\Di" not found at setup time - because AbstractUnitTestCase is the root of the hierarchy, every abstract (AbstractServicesTestCase/AbstractDatabaseTestCase/AbstractBrowserTestCase/AbstractFunctionalTestCase) inherits the fix and can be extended without a DI. When Phalcon is available the reset still runs unchanged. #14
  • AbstractBrowserTestCase now clears $_SESSION in tearDown() as well as setUp(), so a test that logs a user in no longer leaks that session into a following test that does not reset it itself. The browser fixture session persists across the in-process app rebuilds and Di::reset() does not clear it, which surfaced as a random-order failure of FixtureSmokeTest::testSecuredShowsGuestWithoutSession (it read a sarah session left behind by BrowserTraitTest). #16

Removed

Commits
  • 7e5da75 Merge pull request #16 from phalcon/T14-di-reset-guard
  • db62768 #14 - fixing bug discovered by infection
  • 4f3ea7e #14 - updating changelog
  • 190bfe3 #14 - adding guard for di reset
  • fcf0421 Merge pull request #15 from phalcon/dependabot/composer/phpstan/phpstan-2.2.4
  • f924c62 Bump phpstan/phpstan from 2.2.2 to 2.2.4
  • 4da99d3 Fixing deprecation warning
  • 2aefee5 correcting changelog link
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [phalcon/talon](https://github.com/phalcon/talon) from 0.6.0 to 0.7.0.
- [Release notes](https://github.com/phalcon/talon/releases)
- [Changelog](https://github.com/phalcon/talon/blob/master/CHANGELOG.md)
- [Commits](phalcon/talon@v0.6.0...v0.7.0)

---
updated-dependencies:
- dependency-name: phalcon/talon
  dependency-version: 0.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file php Pull requests that update php code labels Jul 12, 2026
@github-actions

Copy link
Copy Markdown

Code Metrics Report

master (af6e344) #177 (ae99263) +/-
Coverage 97.2% 97.2% 0.0%
Code to Test Ratio 1:0.8 1:0.8 0.0
Test Execution Time 13s 16s +3s
Details
  |                     | master (af6e344) | #177 (ae99263) | +/-  |
  |---------------------|------------------|----------------|------|
  | Coverage            |            97.2% |          97.2% | 0.0% |
  |   Files             |               50 |             50 |    0 |
  |   Lines             |             1079 |           1079 |    0 |
  |   Covered           |             1049 |           1049 |    0 |
  | Code to Test Ratio  |            1:0.8 |          1:0.8 |  0.0 |
  |   Code              |             2110 |           2110 |    0 |
  |   Test              |             1820 |           1820 |    0 |
- | Test Execution Time |              13s |            16s |  +3s |

Reported by octocov

@niden niden merged commit 2d66281 into master Jul 12, 2026
23 of 24 checks passed
@niden niden deleted the dependabot/composer/phalcon/talon-0.7.0 branch July 12, 2026 21:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file php Pull requests that update php code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant