PHPUnit 10.5.60 by Sebastian Bergmann and contributors.
Runtime: PHP 8.4.1
Configuration: /var/www/html/dev/tests/integration/phpunit.xml
."simple text","simple text"
"simple text with 1 string literal placeholder %1","simple text with 1 string literal placeholder %1"
"simple text with 1 variable placeholder %1","simple text with 1 variable placeholder %1"
"simple text with multiple placeholders %1 %2","simple text with multiple placeholders %1 %2"
"first part second part","first part second part"
"first part second part third part","first part second part third part"
"first part second part with one string literal placeholder %1","first part second part with one string literal placeholder %1"
"first part of concat second part with one variable placeholder %1","first part of concat second part with one variable placeholder %1"
"first part of concat second part with two placeholders %1, %2","first part of concat second part with two placeholders %1, %2"
"first part of concat second part third part with one placeholder %1","first part of concat second part third part with one placeholder %1"
"first part of concat second part third part with two placeholders %1, %2","first part of concat second part third part with two placeholders %1, %2"
"string with escaped 'single quotes'","string with escaped 'single quotes'"
"string with placeholder in escaped single quotes '%1'","string with placeholder in escaped single quotes '%1'"
"string with ""double quotes""","string with ""double quotes"""
"string with placeholder in double quotes ""%1""","string with placeholder in double quotes ""%1"""
"string with 'single quotes'","string with 'single quotes'"
"string with placeholder in single quotes '%1'","string with placeholder in single quotes '%1'"
"string with escaped ""double quotes""","string with escaped ""double quotes"""
"string with placeholder in escaped double quotes ""%1""","string with placeholder in escaped double quotes ""%1"""
"string that's got an unclosed single quote in it","string that's got an unclosed single quote in it"
"Thank you for your order from %store_name.","Thank you for your order from %store_name."
"Our hours are %store_hours.","Our hours are %store_hours."
"Translation inside if directive","Translation inside if directive"
"Test di text","Test di text"
....................F.......... 32 / 32 (100%)
Time: 04:10.054, Memory: 244.50 MB
There was 1 failure:
1) Magento\Setup\Declaration\WhitelistDeclarationTest::testConstraintsAndIndexesAreWhitelisted
New table elements that do not exist in the whitelist declaration:
{
"customer_visitor": {
"index": [
"CUSTOMER_VISITOR_WEBSITE_ID"
]
}
}
Failed asserting that an array is empty.
/var/www/html/dev/tests/integration/testsuite/Magento/Setup/Declaration/WhitelistDeclarationTest.php:89
FAILURES!
Tests: 32, Assertions: 65, Failures: 1.
=== Memory Usage System Stats ===
Memory usage (OS): 397.17M (163.78% of 242.50M reported by PHP)
Estimated memory leak: 154.67M (38.94% of used memory)