You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get some errors running the MySQL tests with PHP 5.4. In the test register() is called with an array (but it expects a string) and the NoOpDecorator is used which doesn't do a conversion. So when building the MySQL insert it crashes. See following log:
There were 2 errors:
1) Liip\Drupal\Modules\Registry\Database\MySqlTest::testRegister
Array to string conversion
/Volumes/Work/workspace/LiipDrupalRegistryModule/src/Liip/Drupal/Modules/Registry/Database/MySql.php:53
/Volumes/Work/workspace/LiipDrupalRegistryModule/Tests/Liip/Drupal/Modules/Registry/Database/MySqlTest.php:292
2) Liip\Drupal\Modules\Registry\Database\MySqlTest::testReplace
Array to string conversion
/Volumes/Work/workspace/LiipDrupalRegistryModule/src/Liip/Drupal/Modules/Registry/Database/MySql.php:174
/Volumes/Work/workspace/LiipDrupalRegistryModule/Tests/Liip/Drupal/Modules/Registry/Database/MySqlTest.php:380
--
There was 1 failure:
1) Liip\Drupal\Modules\Registry\Database\MySqlTest::testRegisterExpectingException
Failed asserting that exception of type "PHPUnit_Framework_Error_Notice" matches expected exception "\Liip\Drupal\Modules\Registry\RegistryException". Message was: "Array to string conversion".
The text was updated successfully, but these errors were encountered:
I get some errors running the MySQL tests with PHP 5.4. In the test
register()
is called with an array (but it expects a string) and theNoOpDecorator
is used which doesn't do a conversion. So when building the MySQL insert it crashes. See following log:The text was updated successfully, but these errors were encountered: