PHP Classes

File: vendor/wp-cli/wp-cli/features/class-wp-cli.feature

Recommend this page to a friend!
  Classes of Adeleye Ayodeji   Nolimitbuzz WP Theme   vendor/wp-cli/wp-cli/features/class-wp-cli.feature   Download  
File: vendor/wp-cli/wp-cli/features/class-wp-cli.feature
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Nolimitbuzz WP Theme
WordPress theme to used as start of new themes
Author: By
Last change:
Date: 27 days ago
Size: 572 bytes
 

Contents

Class file image Download
Feature: Various utilities for WP-CLI commands Scenario Outline: Check that `proc_open()` and `proc_close()` aren't disabled for `WP_CLI::launch()` When I try `{INVOKE_WP_CLI_WITH_PHP_ARGS--ddisable_functions=<func>} --skip-wordpress eval 'WP_CLI::launch( null );'` Then STDERR should contain: """ Error: Cannot do 'launch': The PHP functions `proc_open()` and/or `proc_close()` are disabled """ And STDOUT should be empty And the return code should be 1 Examples: | func | | proc_open | | proc_close |