Skip to content

Commit 38c8b98

Browse files
committed
Fix test
1 parent cefd4f1 commit 38c8b98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

features/server.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Feature: Serve WordPress locally
1818

1919
Scenario: Passthrough arguments to PHP binary
2020
Given a WP install
21-
And a file "mem.php" with:
21+
And a mem.php file:
2222
"""
2323
<?php echo ini_get('memory_limit'); ?>
2424
"""

0 commit comments

Comments
 (0)