Skip to content

Commit

Permalink
Ensure vendor libraries are available
Browse files Browse the repository at this point in the history
When Behat has been globally installed, our project autoload isn't
always called.
  • Loading branch information
danielbachhuber committed Apr 6, 2016
1 parent 82b546d commit 4648af6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions features/bootstrap/FeatureContext.php
Expand Up @@ -30,6 +30,7 @@
} else {
require_once __DIR__ . '/../../php/utils.php';
require_once __DIR__ . '/../../php/WP_CLI/Process.php';
require_once __DIR__ . '/../../vendor/autoload.php';
}

/**
Expand Down

0 comments on commit 4648af6

Please sign in to comment.