Denis Žoljom

Results 365 comments of Denis Žoljom
trafficstars

Until WP core updates their unit test suites to be compatible with PHPUnit 10 there's not much I can do. I've opened up a [trac ticket](https://core.trac.wordpress.org/ticket/59486) about it, but that...

Will add it on my to-do list, but I'd like to get the Pest v2 support first, which is currently blocked by WP Core not supporting PHPUnit 10. If you'd...

I've started to work on Bedrock support, but I got the following errors which I'll have to debug: ```bash > @php vendor/bin/pest --group=unit --configuration web/app/themes/twentytwentyfour/phpunit.xml Error Class "WP_UnitTestCase" not found...

I got that report by a colleague yesterday as well, but hadn't had the time to test out what is failing and why. I see that the minimum required version...

Ok so I've forked the wp-sqlite-db package, so in your plugin/theme, to make this work, you'll have to add ```json "repositories": [ { "type": "vcs", "url": "https://github.com/dingo-d/wp-sqlite-db" } ], ```...

Thanks for investigating this issue! I think the best course of action would be to create an issue in the https://github.com/aaemnnosttv/wp-sqlite-db repo which is responsible for the in-memory DB integration...

Awesome! Thanks for helping out 🙂 Merry Christmas to you too 🎄

Alpha version of v2 has been released: https://github.com/dingo-d/wp-pest/releases/tag/2.0.0-alpha

Hmmm, so I tried setting up pest using `--test-directory` option, but it always initialized in the `tests` directory. I think it's just a matter of specifying which directory you want...

I'll try to see if I can add another parameter or option to specify the folder so that this is automated 👍🏼