Oliver Klee

Results 214 comments of Oliver Klee
trafficstars

@aarongerig Thanks for the additional information!

According to the spec, CSS property names are case-insensitive: https://developer.mozilla.org/de/docs/Web/CSS/Syntax So we should treat them as that, and not support any workarounds that rely on not following the specifications. Closing...

@maoxiong Would you be willing to create a PR with a test case for this and with this change? Then we can see whether it breaks anything.

@lukaszuznanski No, we still need a template for bug reports.

Sounds generally good to me. Also, I think we can always delete existing data. This is only for setting up test data quickly and not for usage on a production...

It looks like this is currently not possible yet. Moving further back.

Yes, we already did this in #1317. Closing.

For PHPUnit, this is the `rector.php` (from https://forge.typo3.org/issues/103180): ```php

@lukaszuznanski I saw that the Core `runTests.sh` updated the image versions in https://review.typo3.org/c/Packages/TYPO3.CMS/+/82885, and I created this ticket to find out if we need to change anything in our `runTests.sh`...

Thanks for the suggestion!