In wp-minions.php the plugins_loaded action is stuck in a loop where PHPUNIT_RUNNER is never defined. When tailing supervisorctl I the wp_async_task_init gets called as does \WpMinions\Plugin::get_instance(); but then simply continues looping back to the plugins_loaded function.
In wp-minions.php the plugins_loaded action is stuck in a loop where PHPUNIT_RUNNER is never defined. When tailing supervisorctl I the
wp_async_task_init
gets called as does\WpMinions\Plugin::get_instance();
but then simply continues looping back to theplugins_loaded
function.System Info