Expand CWA profiler panel with four new data categories #1556
ci.yml
on: push
Matrix: behat-lowest-deps
Matrix: behat-symfony-next
Matrix: behat
Matrix: php-cs-fixer
Matrix: phpunit-lowest-deps
Matrix: phpunit-symfony-next
Matrix: phpunit
Annotations
2 errors and 19 warnings
|
PHPUnit (Symfony NEXT 8.2) (PHP 8.5)
Process completed with exit code 1.
|
|
Behat (Symfony 7.4) (PHP 8.5)
Process completed with exit code 255.
|
|
PHP-CS-Fixer (PHP 8.5)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
PHPUnit (Symfony NEXT 8.2) (PHP 8.5)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v4, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
PHPUnit (Symfony 8.1) (PHP 8.5)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v4, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
PHPUnit (Symfony ^7.4) (PHP 8.5) (lowest dependencies)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v4, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
PHPUnit (Symfony 7.4) (PHP 8.5)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v4, actions/upload-artifact@v4, codecov/codecov-action@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
PHPUnit (Symfony 7.4) (PHP 8.5):
src/DataCollector/CwaDataCollector.php#L66
Escaped Mutant for Mutator "ArrayItem":
@@ @@
'page_data_resolution_count' => $this->collectorData->getPageDataResolutionCount(),
// Write invalidation fan-out
'invalidation_counts' => $this->collectorData->getInvalidationCounts(),
- 'total_invalidated' => $this->collectorData->getTotalInvalidated(),
+ 'total_invalidated' > $this->collectorData->getTotalInvalidated(),
'cache_purged_iris' => $this->collectorData->getCachePurgedIris(),
'cache_purged_count' => $this->collectorData->getCachePurgedCount(),
// Private Mercure upgrades
|
|
PHPUnit (Symfony 7.4) (PHP 8.5):
src/DataCollector/CwaDataCollector.php#L65
Escaped Mutant for Mutator "ArrayItem":
@@ @@
'page_data_resolutions' => $this->collectorData->getPageDataResolutions(),
'page_data_resolution_count' => $this->collectorData->getPageDataResolutionCount(),
// Write invalidation fan-out
- 'invalidation_counts' => $this->collectorData->getInvalidationCounts(),
+ 'invalidation_counts' > $this->collectorData->getInvalidationCounts(),
'total_invalidated' => $this->collectorData->getTotalInvalidated(),
'cache_purged_iris' => $this->collectorData->getCachePurgedIris(),
'cache_purged_count' => $this->collectorData->getCachePurgedCount(),
|
|
PHPUnit (Symfony 7.4) (PHP 8.5):
src/DataCollector/CwaDataCollector.php#L62
Escaped Mutant for Mutator "ArrayItem":
@@ @@
'publishable_query_count' => $this->collectorData->getPublishableQueryCount(),
// PageDataProperty resolutions
'page_data_resolutions' => $this->collectorData->getPageDataResolutions(),
- 'page_data_resolution_count' => $this->collectorData->getPageDataResolutionCount(),
+ 'page_data_resolution_count' > $this->collectorData->getPageDataResolutionCount(),
// Write invalidation fan-out
'invalidation_counts' => $this->collectorData->getInvalidationCounts(),
'total_invalidated' => $this->collectorData->getTotalInvalidated(),
|
|
PHPUnit (Symfony 7.4) (PHP 8.5):
src/DataCollector/CwaDataCollector.php#L61
Escaped Mutant for Mutator "ArrayItem":
@@ @@
'publishable_queries' => $this->collectorData->getPublishableQueries(),
'publishable_query_count' => $this->collectorData->getPublishableQueryCount(),
// PageDataProperty resolutions
- 'page_data_resolutions' => $this->collectorData->getPageDataResolutions(),
+ 'page_data_resolutions' > $this->collectorData->getPageDataResolutions(),
'page_data_resolution_count' => $this->collectorData->getPageDataResolutionCount(),
// Write invalidation fan-out
'invalidation_counts' => $this->collectorData->getInvalidationCounts(),
|
|
PHPUnit (Symfony 7.4) (PHP 8.5):
src/DataCollector/CwaDataCollector.php#L58
Escaped Mutant for Mutator "ArrayItem":
@@ @@
'published_topics_count' => $this->collectorData->getPublishedTopicsCount(),
// Publishable ORM queries
'publishable_queries' => $this->collectorData->getPublishableQueries(),
- 'publishable_query_count' => $this->collectorData->getPublishableQueryCount(),
+ 'publishable_query_count' > $this->collectorData->getPublishableQueryCount(),
// PageDataProperty resolutions
'page_data_resolutions' => $this->collectorData->getPageDataResolutions(),
'page_data_resolution_count' => $this->collectorData->getPageDataResolutionCount(),
|
|
PHPUnit (Symfony 7.4) (PHP 8.5):
src/DataCollector/CwaDataCollector.php#L57
Escaped Mutant for Mutator "ArrayItem":
@@ @@
'published_topics' => $this->collectorData->getPublishedTopics(),
'published_topics_count' => $this->collectorData->getPublishedTopicsCount(),
// Publishable ORM queries
- 'publishable_queries' => $this->collectorData->getPublishableQueries(),
+ 'publishable_queries' > $this->collectorData->getPublishableQueries(),
'publishable_query_count' => $this->collectorData->getPublishableQueryCount(),
// PageDataProperty resolutions
'page_data_resolutions' => $this->collectorData->getPageDataResolutions(),
|
|
PHPUnit (Symfony 7.4) (PHP 8.5):
src/ApiPlatform/Metadata/Resource/RoutingPrefixResourceMetadataCollectionFactory.php#L77
Escaped Mutant for Mutator "SpreadAssignment":
@@ @@
* @var Operation $oldOperation
*/
foreach ($oldOperations as $key => $oldOperation) {
- $subRoutePrefixParts = [...$routePrefixParts];
+ $subRoutePrefixParts = $routePrefixParts;
if ($currentRoutePrefix = $oldOperation->getRoutePrefix()) {
$subRoutePrefixParts[] = trim($currentRoutePrefix, '/');
$subRoutePrefix = '/' . implode('/', $subRoutePrefixParts);
|
|
PHPUnit (Symfony 7.4) (PHP 8.5):
src/ApiPlatform/Metadata/Resource/RoutingPrefixResourceMetadataCollectionFactory.php#L77
Escaped Mutant for Mutator "SpreadOneItem":
@@ @@
* @var Operation $oldOperation
*/
foreach ($oldOperations as $key => $oldOperation) {
- $subRoutePrefixParts = [...$routePrefixParts];
+ $subRoutePrefixParts = [[...$routePrefixParts][0]];
if ($currentRoutePrefix = $oldOperation->getRoutePrefix()) {
$subRoutePrefixParts[] = trim($currentRoutePrefix, '/');
$subRoutePrefix = '/' . implode('/', $subRoutePrefixParts);
|
|
PHPUnit (Symfony 7.4) (PHP 8.5):
src/ApiPlatform/Metadata/Resource/RoutingPrefixResourceMetadataCollectionFactory.php#L64
Escaped Mutant for Mutator "SpreadOneItem":
@@ @@
$resources = [];
/** @var ApiResource $resourceMetadatum */
foreach ($resourceMetadata as $i => $resourceMetadatum) {
- $finalRoutePrefixParts = [...$routePrefixParts];
+ $finalRoutePrefixParts = [[...$routePrefixParts][0]];
if ($currentRoutePrefix = $resourceMetadatum->getRoutePrefix()) {
$finalRoutePrefixParts[] = trim($currentRoutePrefix, '/');
}
|
|
PHPUnit (Symfony 7.4) (PHP 8.5):
src/ApiPlatform/Metadata/Resource/RoutingPrefixResourceMetadataCollectionFactory.php#L64
Escaped Mutant for Mutator "SpreadAssignment":
@@ @@
$resources = [];
/** @var ApiResource $resourceMetadatum */
foreach ($resourceMetadata as $i => $resourceMetadatum) {
- $finalRoutePrefixParts = [...$routePrefixParts];
+ $finalRoutePrefixParts = $routePrefixParts;
if ($currentRoutePrefix = $resourceMetadatum->getRoutePrefix()) {
$finalRoutePrefixParts[] = trim($currentRoutePrefix, '/');
}
|
|
Behat (Symfony ^7.4) (PHP 8.5) (lowest dependencies)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v4, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Behat (Symfony NEXT 8.2) (PHP 8.5)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v4, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Behat (Symfony 8.1) (PHP 8.5)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v4, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Behat (Symfony 7.4) (PHP 8.5)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v4, actions/upload-artifact@v4, codecov/codecov-action@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
behat-logs-php8.5-lowest-deps
|
8.2 KB |
sha256:113945db4515f6792f22d4dc60e4fe8ec16321644c41f5496c6e5cdc015159f1
|
|
|
behat-logs-php8.5-symfony7.4
|
11.2 KB |
sha256:9112b8dd76ce88b04fb425a5fe93f9454e0f83f46cace0825894be740644d1ba
|
|
|
behat-logs-php8.5-symfony8.1
|
11.2 KB |
sha256:33a929b7678f56255170cc52bc696079e50581e026133889f01b3b13e46ebe69
|
|
|
behat-logs-php8.5-symfony8.2
|
11.1 KB |
sha256:97c7b64a5115796242c9db4dbfe6da44f0edf658aba1bfceced4047a0686b0c9
|
|
|
infection-logs-php8.5
|
10 KB |
sha256:6e49e712ef08a0eb676bce6bac736de772245ebe7621b2e4b42a32aa3dd99f93
|
|
|
phpunit-logs-php8.5-lowest-deps
|
9.08 KB |
sha256:ae142a2a2b1aedc9fd1cb9a89a7b6219f33b85594408ad6afec64903dddbae11
|
|
|
phpunit-logs-php8.5-symfony7.4
|
781 KB |
sha256:664ed4e7b4b82a8e7ef4efca90f560c7c58cdb1c358cfae226adde037f466da9
|
|
|
phpunit-logs-php8.5-symfony8.1
|
9.13 KB |
sha256:447d90c1a7845e7d58de158d2c70d97d94695ba50863f3aa9bcc35680351715f
|
|
|
phpunit-logs-php8.5-symfony8.2
|
9.11 KB |
sha256:6a6b3b4d9f8c76ed4d326c9624a20f057e7719ebf89507967f98058d823f320a
|
|