Sascha Grossenbacher
Sascha Grossenbacher
Good catch, I've updated my PR for some other Drupal9 fixes to include a fix to this : https://github.com/jhedstrom/DrupalDriver/pull/224. Didn't run into this yet there as I've been testing with...
CommentViewBuilder and possibly other places also fail when the uid is NULL.
Ok. https://www.drupal.org/node/2327935 got in and I tried to write a test to verify this but I think my situation is special. When writing a test, either the user 0 does...
Looks interesting. Wondering if it should be a local task or something else, maybe a drush command? If we do this, we should then also apply the path changes (change...
There is a new --types argument now, testbot sets it to this to run javascript tests separately: --types "Simpletest,PHPUnit-Unit,PHPUnit-Kernel,PHPUnit-Functional" We should probably limit to Simpletest only?
Surprised there's nothing in the project info that allows to detect this. There is at least one thing I suppose: ``` platform ssh --pipe [email protected] ``` So the ssh username...
+1 Also, it looks like the implicit default-domain for the first one you add doesn't work anymore. Calling platform domain:add for the first domain results in not having a default...
I'm also seeing this combined with a division by zero warning, apparently $components is 0. Using exiftool on the same file, it displays this warning, which sounds very related: Warning...
Second this, our log file grew to 4GB and unlike the others, this does not seem to have any log rotation.
We're getting these deprecations in Drupal: 13x: Creation of dynamic property org\bovigo\vfs\vfsStreamWrapper::$context is deprecated I believe this must be a public property on a stream wrapper class that is directly...