OSDN Git Service

shell: remove Boris tests
authorscribu <mail@scribu.net>
Wed, 8 May 2013 13:17:42 +0000 (16:17 +0300)
committerscribu <mail@scribu.net>
Wed, 8 May 2013 13:18:00 +0000 (16:18 +0300)
they belong in the Boris repo

features/shell.feature

index ed1bd35..e328ac1 100644 (file)
@@ -27,25 +27,6 @@ Feature: WordPress REPL
     bool(false)
     """
 
-  Scenario: Multiline support
-    Given a WP install
-    And a session file:
-    """
-    function is_empty_string( $str ) {
-        return strlen( $str ) == 0;
-    }
-
-    function_exists( 'is_empty_string' );
-    """
-
-    When I run `wp shell --quiet < session`
-    Then it should run without errors
-    And STDOUT should be:
-    """
-     → NULL
-     → bool(true)
-    """
-
   Scenario: Multiline support (basic)
     Given a WP install
     And a session file: