HEX
Server: Apache
System: Linux pdx1-shared-a1-38 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mmickelson (3396398)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: //usr/local/wp/vendor/wp-cli/extension-command/features/extension-install.feature
Feature: Manage WordPress extension installation

  @require-wp-5.1.1
  Scenario: Installing Extensions theme or plugin
    Given a WP install

    When I try `wp theme install test-ext --activate`
    Then STDERR should be:
      """
      Warning: test-ext: Theme not found
      Warning: The 'test-ext' theme could not be found.
      Error: No themes installed.
      """

    When I try `wp plugin install test-ext --activate`
    Then STDERR should be:
      """
      Warning: test-ext: Plugin not found.
      Warning: The 'test-ext' plugin could not be found.
      Error: No plugins installed.
      """