-
Notifications
You must be signed in to change notification settings - Fork 51
Comparing changes
Open a pull request
base repository: TYPO3/testing-framework
base: 9.0.1
head repository: TYPO3/testing-framework
compare: 9.0.2
- 10 commits
- 14 files changed
- 4 contributors
Commits on Oct 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 524cee3 - Browse repository at this point
Copy the full SHA 524cee3View commit details
Commits on Oct 25, 2024
-
[BUGFIX] Avoid TYPO3\CMS\Backend\FrontendBackendUserAuthentication (#636
Configuration menu - View commit details
-
Copy full SHA for 8650ddc - Browse repository at this point
Copy the full SHA 8650ddcView commit details
Commits on Oct 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cd23e9f - Browse repository at this point
Copy the full SHA cd23e9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f807ce8 - Browse repository at this point
Copy the full SHA f807ce8View commit details
Commits on Nov 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 751ef06 - Browse repository at this point
Copy the full SHA 751ef06View commit details
Commits on Nov 11, 2024
-
Revert "[TASK] Increase git fetch depth for pull-requests"
This reverts commit cd23e9f, which was a experimental try to mitigate an issue with scheduled execution breaking external fork pull-requests. It's not needed and removed again.
Configuration menu - View commit details
-
Copy full SHA for c68c8eb - Browse repository at this point
Copy the full SHA c68c8ebView commit details -
[TASK] Use simplier and working checkout ref determination
With the introduction of non-main branch scheduled workflow execution a adjusted checkout part in the `ci.yml` workflow file has been added to allow to define which branch should be checked out. That breaks pipeline execution for pull-requests opened from repository forks. This change replaces the old detection with a more simplified implementation, only setting the custom ref in case of github workflow_dispatch event execution using `''` as fallback which allows custom branch selection for workflow dispatching while keeping default repostiory and branch checkout intact. Releases: main, 8, 7
Configuration menu - View commit details
-
Copy full SHA for 302dd83 - Browse repository at this point
Copy the full SHA 302dd83View commit details
Commits on Nov 26, 2024
-
[TASK] Use friendsofphp/php-cs-fixer:^3.65.0 and fix cgl (#648)
> composer req --dev friendsofphp/php-cs-fixer:^3.65.0 Releases: main, 8, 7
Configuration menu - View commit details
-
Copy full SHA for d288c86 - Browse repository at this point
Copy the full SHA d288c86View commit details -
> composer req --dev phpstan/phpstan:^2.0.2 phpstan/phpstan-phpunit:^2.0.1 > Build/Scripts/runTests.sh -s phpstanGenerateBaseline -p 8.2 Releases: main, 8
Configuration menu - View commit details
-
Copy full SHA for ae48808 - Browse repository at this point
Copy the full SHA ae48808View commit details -
[TASK] Trigger assertion in assertCSVDataSet() on empty table (#653)
When comparing with a csv fixture that contains a table with no rows, which is a legit case, no assertion is raised. This makes phpunit emit a risky test: "This test did not perform any assertions". The patch adds an assertion in this case as well. Note phpunit nowadays has attribute #[DoesNotPerformAssertions] to mark tests that do not assert anything. This can be used for tests that for instance just call a subject method to verify no exception is raised. It is good to follow this path, the patch removes "beStrictAboutTestsThatDoNotTestAnything=false" from the example phpunit xml files, which makes this setting implicitly true. Releases: main Resolves: #647
Configuration menu - View commit details
-
Copy full SHA for f31a26f - Browse repository at this point
Copy the full SHA f31a26fView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 9.0.1...9.0.2