.*)"/'; $result = preg_match( $pattern, $config, $matches ); if ( isset( $matches['bootstrap'] ) && file_exists( $matches['bootstrap'] ) ) { include_once PACKAGE_ROOT . '/' . $matches['bootstrap']; } } } wpcli_tests_include_config( [ 'phpunit.xml', '.phpunit.xml', 'phpunit.xml.dist', '.phpunit.xml.dist', ] );