Andron Ocean

Results 19 comments of Andron Ocean

Well, I just found one issue when trying to use PHPUnit 10 in the generated Integration test suite. I have a test `class SiteConfigWorksTest extends \lucatume\WPBrowser\TestCase\WPTestCase`, which I generated with...

Excellent, thank you! I will try out the PR tomorrow and let you know what I find. I hadn't realized that about the Core test suite, so yeah... that will...

Update: still early in testing, but so far the PR branch has been working flawlessly. I specified `"phpunit/phpunit": "^9.6 || ^10.0"` in composer.json, so I'm running 10.5.24. All test suites...

A couple come to mind that add their own administrator capabilities: - [Download Monitor](https://wordpress.org/plugins/download-monitor/) adds several capabilities on installation: https://plugins.trac.wordpress.org/browser/download-monitor/trunk/src/Installer.php#L72 - [Satispress](https://github.com/cedaro/satispress) does the same: https://github.com/cedaro/satispress/blob/develop/src/Capabilities.php - Yoast registers different...

I ended up defining the base, no-alpha colors in a separate module that I export: ```typescript // palette.ts const palette = { ocean: { 100: "oklch(91.65% 0.047 237)", // ......

I don't think I like this idea. The point of throwing the exception is that you ought to know — _very quickly_ — if constants are getting defined in multiple...

Guessing so, which is a shame 😞

It would be helpful to get this merged and released. Any reason why it can't be, @lukasbesch?